RpcNsEntryObjectInqDone function (rpcnsi.h)

The RpcNsEntryObjectInqDone function deletes the inquiry context for a name-service database entry's objects.

Note  This function is not supported on Windows Vista and later operating systems.
 

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
RPC_S_OK
The call succeeded.
 
Note  For a list of valid error codes, see RPC Return Values.
 

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

See also

RpcNsEntryObjectInqBegin

RpcNsEntryObjectInqNext