RpcNsEntryObjectInqDone function
The RpcNsEntryObjectInqDone function deletes the inquiry context for a name-service database entry's objects.
Syntax
RPC_STATUS RPC_ENTRY RpcNsEntryObjectInqDone( RPC_NS_HANDLE *InquiryContext );
Parameters
- InquiryContext
-
Pointer to a name-service handle specifying the object UUIDs exported to the EntryName parameter specified in the RpcNsEntryObjectInqBegin function.
An argument value of NULL is returned.
Return value
| Value | Meaning |
|---|---|
|
The call succeeded. |
Remarks
The RpcNsEntryObjectInqDone function frees an inquiry context created by calling the RpcNsEntryObjectInqBegin function.
An application calls RpcNsEntryObjectInqDone after viewing exported object UUIDs using the RpcNsEntryObjectInqNext function.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also