Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |
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 |