rpc_ns_profile_delete(3rpc)Deletes a profile attribute Used by client, server, or management applications. Synopsis #include <dce/rpc.h> void rpc_ns_profile_delete( unsigned32 profile_name_syntax, unsigned_char_t *profile_name, unsigned32 *status); Parameters Input
profile_name_syntax To use the syntax specified in the RPC_DEFAULT_ENTRY_SYNTAX environment variable, provide rpc_c_ns_syntax_default.
profile_name Output
status
Description Neither the specified entry nor the entry names included as members in each profile element are deleted. Use this routine cautiously; deleting a profile may break a hierarchy of profiles.
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_not_found
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 rpc_ns_profile_elt_remove(3rpc)
|