gt2CloseAllConnectionsHard
Does a hard close on all of a socket's connections.
- void gt2CloseAllConnectionsHard(
- GT2Socket socket );
Routine | Required Header | Distribution |
---|---|---|
gt2CloseAllConnectionsHard | <gt2.h> | SDKZIP |
Parameters
- socket
- [in] The handle to the socket.
Remarks
Has the same effect as calling gt2CloseConnectionHard on all of the socket's connection.
Section Reference: Gamespy Transport SDK
See Also: gt2CloseConnection, gt2CloseConnectionHard, gt2CloseAllConnections