qr2_shutdown
Frees memory allocated by the qr2 sdk. This includes freeing user registered keys.
- void qr2_shutdown(
- qr2_t qrec );
Routine | Required Header | Distribution |
---|---|---|
qr2_shutdown | <qr2.h> | SDKZIP |
Parameters
- qrec
- [in] QR2 SDK initialized with qr2_init.
Remarks
The qr2_shutdown function may be used to free memory allocated by the qr2 sdk. The qr2 sdk should not be used after this call. This call will cease server reporting and remove the server from the backend list.
Section Reference: Gamespy Query and Reporting 2 SDK