PreviousNext

Establishing a Cleanup Function for the Namespace

The last step in writing an internationalized RPC server is to add a call to the DCE RPC routine rpc_ns_mgmt_remove_attribute( ) to the cleanup code within the server's initialization code. This DCE RPC routine will remove the code sets attribute associated with the server entry from the name service data base when it is called from the cleanup code as the result of a server crash or exit. See the rpc_ns_mgmt_remove_attribute(3rpc) reference page in the OSF DCE Application Development Reference for a description of the rpc_ns_mgmt_remove_attribute( ) routine's signature and arguments.