rpc_ns_group_mbr_remove(3rpc)Removes an entry name from a group Used by client, server, or management applications. Synopsis #include <dce/rpc.h> void rpc_ns_group_mbr_remove( unsigned32 group_name_syntax, unsigned_char_t *group_name, unsigned32 member_name_syntax, unsigned_char_t *member_name, unsigned32 *status); Parameters Input
group_name_syntax To use the syntax specified in the RPC_DEFAULT_ENTRY_SYNTAX environment variable, provide rpc_c_ns_syntax_default.
group_name
member_name_syntax To use the syntax specified in the RPC_DEFAULT_ENTRY_SYNTAX environment variable, provide rpc_c_ns_syntax_default.
member_name Output
status
Description
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_group_member_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
|