RpcNsGroupMbrInqDone  PX.FGV

The RpcNsGroupMbrInqDone function deletes the inquiry context for a group.

#include <rpc.h>

RPC_STATUS RPC_ENTRY RpcNsGroupMbrInqDone(

    RPC_NS_HANDLE *  InquiryContext

 

   );

 

 

Parameters

InquiryContext

Points to a name-service handle to free. An argument value of NULL is returned.

 

Remarks

 

Note  This DCE function is not supported by the Microsoft Locator.

 

The RpcNsGroupMbrInqDone routine frees an inquiry context created by calling the RpcNsGroupMbrInqBegin routine.

An application calls RpcNsGroupMbrInqDone after viewing RPC group members using the RpcNsGroupMbrInqNext routine.

Return Values

Value

Meaning

RPC_S_OK

Success

RPC_S_INVALID_NS_HANDLE

Invalid name-service handle

 

See Also

RpcNsGroupMbrInqBegin, RpcNsGroupMbrInqNext