NAME rpc_mgmt_ep_elt_inq_done - 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 Specifies the inquiry context to delete. (An inquiry context is created by calling rpc_mgmt_ep_elt_inq_begin().) Returns the value NULL. Output status Returns the status code from this routine. This status code indicates whether the routine completed successfully or, if not, why not. The possible status codes and their meanings are as follows: rpc_s_ok Success. rpc_s_invalid_inquiry_context Invalid inquiry context. DESCRIPTION The rpc_mgmt_ep_elt_inq_done() routine deletes an inquiry context. The rpc_mgmt_ep_elt_inq_begin() routine created the inquiry context. An application calls this routine after viewing local endpoint map elements using the rpc_mgmt_ep_elt_inq_next() routine. RETURN VALUES No value is returned. RELATED INFORMATION Functions: rpc_mgmt_ep_elt_inq_begin rpc_mgmt_ep_elt_inq_next