RpcNsGroupMbrInqDone function (rpcnsi.h)

The RpcNsGroupMbrInqDone function deletes the inquiry context for a group.

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

Syntax

RPC_STATUS RpcNsGroupMbrInqDone(
  RPC_NS_HANDLE *InquiryContext
);

Parameters

InquiryContext

Pointer to a name-service handle to free. A value of NULL is returned.

Return value

Value Meaning
RPC_S_OK
The call succeeded.
RPC_S_INVALID_NS_HANDLE
The name-service handle is invalid.
 
Note  For a list of valid error codes, see RPC Return Values.
 

Remarks

The RpcNsGroupMbrInqDone function frees an inquiry context created by calling the RpcNsGroupMbrInqBegin function. An application calls RpcNsGroupMbrInqDone after viewing RPC group members using the RpcNsGroupMbrInqNext function.

Note  Windows 2000 Active Directory supports this function. Earlier versions of Windows NT support the use of this function with Cell Directory Service (CDS) only.
 

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

RpcNsGroupMbrInqBegin

RpcNsGroupMbrInqNext