int __stdcall SDL_GetDeviceID ( SDL_HANDLE  handle,
int *  id 
)

Retrieve's the current SeaDAC Lite device's USB ID.

Parameters
[in]handleValid handle returned by SDL_Initialize().
[out]id
Return values
0Success.
-1Invalid SDL_Initialize handle.
-2No devices have been found. Call SDL_SearchForDevices() first.
-3Parameter must not be zero.
 
 
Generated on Mon Nov 26 2018.