int __stdcall SDL_GetNameBySerial ( SDL_HANDLE  handle,
char *  serialNumber,
char *  deviceName 
)

Searches current device list for the device denoted by a Serial Number.

Parameters
[in]handleValid handle returned by SDL_Initialize().
[in]serialNumberA valid character pointer
[out]deviceName
Return values
0Success
-1Invalid SDL_Initialize handle.
-2No devices have been found. See SearchForDevices().
-3serialNumber must not be zero.
-4deviceName must not be zero.
-5serialNumber not found in connected devices.
Warning
The parameter 'deviceName' should have at least 20 bytes of allocated space before calling SDL_GetNameBySerial.
 
 
Generated on Mon Nov 26 2018.