| 
 
 rpc_ns_mgmt_entry_create(3rpc)Creates an entry in the name service database Used by management applications. Synopsis #include <dce/rpc.h> void rpc_ns_mgmt_entry_create( unsigned32 entry_name_syntax, unsigned_char_t *entry_name, unsigned32 *status); Parameters Input 
entry_name_syntax  To use the syntax specified in the RPC_DEFAULT_ENTRY_SYNTAX environment variable, provide rpc_c_ns_syntax_default. 
entry_name  Output 
status  
Description  A management application can call rpc_ns_mgmt_entry_create( ) to create an entry in the name service database for use by another application that does not itself have the necessary name service permissions to create an entry. 
Permissions Required  
Return Values  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. 
rpc_s_ok  
rpc_s_entry_already_exists  
rpc_s_incomplete_name  
rpc_s_invalid_name_syntax  
rpc_s_name_service_unavailable  
rpc_s_no_ns_permission  
rpc_s_unsupported_name_syntax  
Related Information  
 
 
  |