RpcServerInterfaceGroupClose function
The RpcServerInterfaceGroupClose function is used to free an interface group.
Syntax
RPC_STATUS RPC_ENTRY RpcServerInterfaceGroupClose( _In_ RPC_INTERFACE_GROUP IfGroup );
Parameters
- IfGroup [in]
-
A RPC_INTERFACE_GROUP from RpcServerInterfaceGroupCreate that defines the interface group to close.
Return value
| Value | Meaning |
|---|---|
|
The call succeeded. |
|
IfGroup is invalid. |
Remarks
If the given interface group is still active, RpcServerInterfaceGroupClose performs a forced deactivation before closing the group. This function must not be called from an interface group’s idle callback or deadlock can occur.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- RpcServerInterfaceGroupActivate
- RpcServerInterfaceGroupCreate
- RpcServerInterfaceGroupDeactivate
- RpcServerInterfaceGroupInqBindings