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 RpcNsEntryObjectInqDone function deletes the inquiry context for a name-service database entry's objects.
Syntax
RPC_STATUS 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
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | rpcnsi.h (include Rpc.h) |
| Library | Rpcns4.lib |
| DLL | Rpcns4.dll |