|   
 dce_server_unregister(3dce)Unregisters a DCE server Synopsis #include <dce/dced.h> void dce_server_unregister( dce_server_handle_t *server_handle, error_status_t *status); Parameters Input 
server_handle  Output 
status  
Description  The flags set with the corresponding dce_server_register( ) routine are part of the server handle's information used to determine what action to take or not take. These actions include removing the server's endpoints from the dced endpoint mapper service and unexporting binding information from the namespace. Use the dce_server_disable_service( ) routine to disable specific application services rather than unregistering the whole server. 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  dce_server_disable_service(3dce) Book: OSF DCE Application Development Guide - Core Components 
 
 
 |