RpcNsGroupMbrInqDone

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.

Return Values

Value Meaning
RPC_S_OK Success
RPC_S_INVALID_NS_HANDLE Invalid name-service handle

Remarks

Note  The Windows NT 5.0 Active Directory Service supports this function. Support is not available from the Microsoft Locator in earlier versions of NT.

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.

QuickInfo

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

See Also

RpcNsGroupMbrInqBegin, RpcNsGroupMbrInqNext