Your browser does not allow scripts
Please click here to view a static table of contents without scripts
FT_W32_GetOverlappedResult
Return to Introduction  Previous page  Next page
Gets the result of an overlapped operation.

BOOL
FT_W32_GetOverlappedResult
(FT_HANDLE ftHandle, LPOVERLAPPED lpOverlapped, LPDWORD lpdwBytesTransferred, BOOL bWait)




Parameters
ftHandle
Handle of the device.
lpOverlapped
Pointer to an overlapped structure.
ldwBytesTransferred
Pointer to a variable that receives the number of bytes transferred during the overlapped operation.
bWait
Set to TRUE if the function does not return until the operation has been completed.




Return Value
If the function is successful, the return value is nonzero.
If the function is unsuccessful, the return value is zero.



Remarks
This function is used with overlapped I/O and so is not supported in Windows CE or Linux. For a description of its use, see FT_W32_ReadFile and FT_W32_WriteFile.