21.07.2015 Views

Programming Info D2XXPG31.pdf

Programming Info D2XXPG31.pdf

Programming Info D2XXPG31.pdf

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

FT-Win32 API Functions825.6 FT_W32_GetOverlappedResultGets the result of an overlapped operation.BOOL FT_W32_GetOverlappedResult (FT_HANDLE ftHandle, LPOVERLAPPEDlpOverlapped, LPDWORD lpdwBytesTransferred,BOOL bWait)ParametersftHandlelpOverlappedldwBytesTransferredbWaitHandle of the device.Pointer to an overlapped structure.Pointer to a variable that receives the number of bytestransferred during the overlapped operation.Set to TRUE if the function does not return until the operationhas been completed.Return ValueIf the function is successful, the return value is nonzero.If the function is unsuccessful, the return value is zero.RemarksThis function is used with overlapped I/O and so is not supported in Windows CE. For adescription of its use, see FT_W32_ReadFile 76 and FT_W32_WriteFile 79 .Linux does not support the W32 API.© Future Technology Devices International Ltd. 2005

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!