dce_server_sec_done(3dce) — Subroutines
Name
dce_server_sec_done - Releases resources established for a server to receive (and when acting as a client, to send) fully authenticated RPCs
Synopsis
#include <dce/dced.h> void dce_server_sec_done(
error_status_t ∗status);
Parameters
Output
statusReturns the status code from this routine. This status code indicates whether the routine completed successfully. The only status code is error_status_ok.
Description
The dce_server_sec_done() routine releases the resources previously set up by a call to dce_server_sec_begin(). The dce_server_sec_begin() routine sets all that is needed for a server to receive authenticated RPCs and it also sets up all that is required for the application to do authenticated RPCs as a client. If this routine is used, it must follow all other server DCE and RPC initialization and cleanup calls.
Errors
A representative list of errors that might be returned is not shown here. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
Related Information
Functions: dce_server_sec_begin(3dce), rpc_server_listen(3rpc).
Books: OSF DCE Application Development Guide.