pub unsafe extern "C" fn FT_GetVIDPID(
    pdwVID: *mut DWORD,
    pdwPID: *mut DWORD
) -> FT_STATUS
Expand description

@noop FT_GetVIDPID @par Supported Operating Systems Linux Mac OS X (10.4 and later) @par Summary A command to retrieve the current VID and PID combination from within the internal device list table. @param pdwVID Pointer to DWORD that will contain the internal VID @param pdwPID Pointer to DWORD that will contain the internal PID @returns FT_OK if successful, otherwise the return value is an FT error code. @remarks @note Extra function for non-Windows platforms to compensate for lack of .INF file to specify Vendor and Product IDs. @see FT_SetVIDPID.