RpcNsEntryObjectInqDone  24ZO4MP

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.

 

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.

Return Values

Value

Meaning

RPC_S_OK

Success

 

See Also

RpcNsEntryObjectInqBegin, RpcNsEntryObjectInqNext