reg_ci_callback(3DMI) DMI Library Functions reg_ci_callback(3DMI)
NAME
reg_ci_callback - provide a component instrumentation with a transient program number
SYNOPSIS
cc [ flag ... ] file ... -ldmici [ library ... ]
#include <dmi/ci_callback_svc.hh>
u_long reg_ci_callback();
DESCRIPTION
The reg_ci_callback() function provides a component instrumentation with a transient program number. The instrumentation uses this number
to register its RPC service provider. The prognum member of the DmiRegisterInfo structure is populated with the return value of this func-
tion
RETURN VALUES
Upon successful completion, the reg_ci_callback() function returns a transient program number of type u_long.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|MT-level |Unafe |
+-----------------------------+-----------------------------+
SEE ALSO
attributes(5)
SunOS 5.10 13 Jul 1998 reg_ci_callback(3DMI)