Your browser does not allow scripts
Please click here to view a static table of contents without scripts
FT_GetVIDPID
Return to Introduction  Previous page  Next page
A Linux specific command to retrieve the current VID and PID within the internal device list table.

FT_STATUS
FT_GetVIDPID
(DWORD * pdwVID, DWORD * pdwPID)




Parameters
pdwVID
Pointer to DWORD that will contain the internal VID.
pdwPID
Pointer to DWORD that will contain the internal PID.




Return Value
FT_OK if successful, otherwise the return value is an FT error code.



Remarks
See FT_SetVIDPID.