Main Page
Related Pages
Modules
SeaDAC Lite Discovery API
SDL_Cleanup
SDL_DeviceCount
SDL_FirstDevice
SDL_GetDeviceID
SDL_GetModel
SDL_GetName
SDL_GetNameBySerial
SDL_GetSerial
SDL_Initialize
SDL_NextDevice
SDL_SearchForDevices
int __stdcall SDL_Cleanup
(
SDL_HANDLE
handle
)
De-allocates 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 Mon Oct 3 2022.