PreviousNext

The DCE Server Routines

The server routines are as follows, listed in alphabetical order:

dce_server_disable_service( )
Unregisters an individual interface of a DCE server from the RPC runtime, and marks the server's endpoints as disabled in the dced endpoint mapper service.

dce_server_enable_service( )
Registers an individual interface (application service) of a DCE server with the RPC runtime, and marks the server's endpoints as enabled in the dced endpoint mapper service.

dce_server_inq_attr( )
Obtains application-specific attribute data from the dced server configuration data.

dce_server_inq_server( )
Obtains the server configuration data dced used to start the server.

dce_server_inq_uuids( )
Obtains the UUIDs that dced used in its srvrconf and srvrexec facilities to identify the server's configuration and execution data.

dce_server_register( )
Registers a DCE server by establishing a server's binding information, registering its services (represented by interface IDs) with the RPC runtime, and entering its endpoints in the dced endpoint mapper service.

dce_server_sec_begin( )
Prepares a server to receive and generate authenticated RPCs.

dce_server_sec_done( )
Releases the resources previously set up by a call to dce_server_sec_begin( ).

dce_server_unregister( )
Unregisters a DCE server by unregistering a servers services (interfaces) from the RPC runtime, and removing the server's endpoints from the dced endpoint mapper service.

dce_server_use_protseq( )
Registers a protocol sequence to use for the server.