The RpcNsGroupMbrInqDone function deletes the inquiry context for a group.
#include <rpc.h>
RPC_STATUS RPC_ENTRY RpcNsGroupMbrInqDone(
RPC_NS_HANDLE * InquiryContext
);
Value | Meaning |
---|---|
RPC_S_OK | Success |
RPC_S_INVALID_NS_HANDLE | Invalid name-service handle |
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.
Windows NT: Yes
Windows CE: Unsupported.
Header: Declared in rpcnsi.h.
Import Library: Link with rpcns4.lib.
RpcNsGroupMbrInqBegin, RpcNsGroupMbrInqNext