| 
 
 rpc_ns_group_mbr_inq_done(3rpc)Deletes the inquiry context for a group Used by client, server, or management applications. Synopsis #include <dce/rpc.h> void rpc_ns_group_mbr_inq_done( rpc_ns_handle_t *inquiry_context, unsigned32 *status); Parameters Input/Output 
inquiry_context  Returns the value NULL. Output 
status  
Description  An application calls this routine after viewing RPC group members using the rpc_ns_group_mbr_inq_next( ) routine. 
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_invalid_ns_handle  
Related Information  rpc_ns_group_mbr_inq_next(3rpc) 
 
 
  |