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
);
The RpcMgmtEpEltInqDone routine deletes an inquiry context created by RpcMgmtEpEltInqBegin. An application calls this routine after viewing local endpoint map elements using RpcMgmtEpEltInqNext.
Value | Meaning |
---|---|
RPC_S_OK | Success |
Windows NT: Yes
Windows CE: Unsupported.
Header: Declared in rpcdce.h.
Import Library: Link with rpcrt4.lib.