PreviousNext

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
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.

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.

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
Success.

rpc_s_invalid_inquiry_context
Invalid inquiry context.

Related Information
Functions: rpc_mgmt_ep_elt_inq_begin(3rpc)

rpc_mgmt_ep_elt_inq_next(3rpc)