The RpcNsEntryObjectInqDone function deletes the inquiry context for a name-service database entry's objects.
#include <rpc.h>
RPC_STATUS RPC_ENTRY RpcNsEntryObjectInqDone(
RPC_NS_HANDLE * InquiryContext
);
An argument value of NULL is returned.
Value | Meaning |
---|---|
RPC_S_OK | Success |
The RpcNsEntryObjectInqDone routine frees an inquiry context created by calling the RpcNsEntryObjectInqBegin routine.
An application calls RpcNsEntryObjectInqDone after viewing exported object UUIDs using the RpcNsEntryObjectInqNext routine.
Windows NT: Yes
Windows CE: Unsupported.
Header: Declared in rpcnsi.h.
Import Library: Link with rpcns4.lib.
RpcNsEntryObjectInqBegin, RpcNsEntryObjectInqNext