RpcMgmtEpEltInqDone  1TWV_UE

The RpcMgmtEpEltInqDone function deletes the inquiry context for viewing the elements in an endpoint map.

This function is supported by both 32-bit platforms   Windows NT and Windows 95.

#include <rpc.h>

RPC_STATUS RPC_ENTRY RpcMgmtEpEltInqDone(

    RPC_EP_INQ_HANDLE *  InquiryContext

 

   );

 

 

Parameters

InquiryContext

Specifies the inquiry context to delete and returns the value NULL.

 

Remarks

The RpcMgmtEpEltInqDone routine deletes an inquiry context created by RpcMgmtEpEltInqBegin. An application calls this routine after viewing local endpoint map elements using RpcMgmtEpEltInqNext.

Return Values

Value

Meaning

RPC_S_OK

Success

 

See Also

RpcEpRegister