RpcNsGroupMbrInqDone function
The RpcNsGroupMbrInqDone function deletes the inquiry context for a group.
Syntax
RPC_STATUS RPC_ENTRY 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 |
|---|---|
|
The call succeeded. |
|
The name-service handle is invalid. |
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.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also