int __stdcall SDL_Cleanup ( SDL_HANDLE  handle)

De-allocates memory used by the SDL interface.

Parameters
[in]handleValid handle returned by SDL_Initialize().
Return values
0Successful completion.
-1Invalid SDL_Initialize handle.