RpcMgmtEpEltInqDone function
The RpcMgmtEpEltInqDone function deletes the inquiry context for viewing the elements in an endpoint map.
Syntax
RPC_STATUS RPC_ENTRY 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
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also