RpcMgmtEpEltInqDone function (rpcdce.h)
The RpcMgmtEpEltInqDone function deletes the inquiry context for viewing the elements in an endpoint map.
Syntax
RPC_STATUS RpcMgmtEpEltInqDone(
RPC_EP_INQ_HANDLE *InquiryContext
);
Parameters
InquiryContext
Inquiry context to delete and returns the value NULL.
Return value
Value | Meaning |
---|---|
|
The call succeeded. |
Note For a list of valid error codes, see
RPC Return Values.
Remarks
The RpcMgmtEpEltInqDone function deletes an inquiry context created by RpcMgmtEpEltInqBegin. An application calls this function after viewing local endpoint-map elements using RpcMgmtEpEltInqNext.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | rpcdce.h (include Rpc.h) |
Library | Rpcrt4.lib |
DLL | Rpcrt4.dll |