dce_svc_unregister(3dce)Destroys a serviceability handle Synopsis #include <dce/dce.h> void dce_svc_unregister(
dce_svc_handle_t handle, Parameters Input
handle Output
status
Description The handle parameter is the serviceability handle that was originally returned by the call to dce_svc_register( ), or filled in by the DCE_SVC_DEFINE_HANDLE( ) macro. On error, the routine fills in status with an error code. Note that it is not usually necessary to call this routine, since the normal process exit will perform the required cleanup. Errors The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
Related Information
|