| 
 
 rpc_mgmt_ep_elt_inq_done(3rpc)Deletes the inquiry context for viewing the elements in an endpoint map Used by management applications. Synopsis #include <dce/rpc.h> void rpc_mgmt_ep_elt_inq_done( rpc_ep_inq_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 local endpoint map elements using the rpc_mgmt_ep_elt_inq_next( ) routine. 
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_inquiry_context  
Related Information  rpc_mgmt_ep_elt_inq_next(3rpc) 
 
 
  |