RpcNsEntryObjectInqDone

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  
);
 

Parameters

InquiryContext
Points to a name-service handle specifying the object UUIDs exported to the EntryName argument specified in the RpcNsEntryObjectInqBegin routine.

An argument value of NULL is returned.

Return Values

Value Meaning
RPC_S_OK Success

Remarks

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.

QuickInfo

  Windows NT: Yes
  Windows CE: Unsupported.
  Header: Declared in rpcnsi.h.
  Import Library: Link with rpcns4.lib.

See Also

RpcNsEntryObjectInqBegin, RpcNsEntryObjectInqNext