peerShutdown
Destructs the peer SDK.
- void peerShutdown(
- PEER peer );
Routine | Required Header | Distribution |
---|---|---|
peerShutdown | <peer.h> | SDKZIP |
Parameters
- peer
- [in] Initialized peer object.
Remarks
The peerShutdown function is used to destruct the peer sdk. This frees all internally allocated memory. The peer sdk object should not be used after this call. To use the SDK again, call peerInitialize(). This call will also disconnect any outstanding connections.
Section Reference: Gamespy Peer SDK