|   
     dce_server_sec_done(3dce)
Releases resources established for a server to receive (and when acting as a client, to send) fully authenticated remote procedure calls (RPCs) 
Synopsis 
#include <dce/dced.h> 
void dce_server_sec_done( 
     error_status_t *status); 
Parameters 
Output 
status Returns 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 
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 Routines: 	dce_server_sec_begin(3dce)
 
 	 	rpc_server_listen(3rpc) 
Book: OSF DCE Application Development Guide - Core Components 
 
 
 |