dce_server_disable_service(3dce)Disables an individual service of a server Synopsis #include <dce/dced.h> void dce_server_disable_service( dce_server_handle_t server_handle, rpc_if_handle_t interface, error_status_t *status); Parameters Input
server_handle
interface Output
status
Description For dced to recognize all of a server's services, a server should register all its application services using the dce_server_register( ) routine. If it later becomes necessary for the server to disable an interface, it can use the dce_server_disable_service( ) routine rather than unregistering the entire 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_enable_service(3dce) Book: OSF DCE Application Development Guide - Core Components
|