scShutdown
Shuts down the Competition SDK.
- SCResult scShutdown(
- SCInterfacePtr theInterface );
Routine | Required Header | Distribution |
---|---|---|
scShutdown | <sc.h> | SDKZIP |
Return Value
Enum value used to indicate the specific result of the request. This will return SCResult_NO_ERROR if the request completed successfully.
Parameters
- theInterface
- [in] A valid SC Inteface Object
Remarks
In order to clean up all resources used by the SDK, this interface function must be called. Do not call this function if you plan to continue reporting stats.
Section Reference: Gamespy Competition SDK
See Also: scInitialize