rpc_mgmt_ep_elt_inq_done(3) — Subroutines
NAME
rpc_mgmt_ep_elt_inq_done - Deletes the inquiry context for viewing the elements in a local or remote 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_contextSpecifies the inquiry context to delete. (An inquiry context is created by calling the rpc_mgmt_ep_elt_inq_begin routine.) Returns the value NULL.
Output
statusReturns 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_okSuccess.
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
None.
RELATED INFORMATION
Functions: rpc_mgmt_ep_elt_inq_begin(3), rpc_mgmt_ep_elt_inq_next(3)