Back to Sealevel
Main Page
Modules
Related Pages
SeaDAC Lite Discovery API
SDL_Cleanup
SDL_DeviceCount
SDL_FirstDevice
SDL_GetDeviceID
SDL_GetModel
SDL_GetName
SDL_Initialize
SDL_NextDevice
SDL_SearchForDevices
int SDL_Cleanup
(
SDL_HANDLE
handle
)
Deallocates memory used by the SDL interface.
Parameters:
[in]
handle
Valid handle returned by
SDL_Initialize()
.
Return values:
0
Successful completion.
-1
Invalid SDL_Initialize handle.
Generated on 18 Sep 2007.