Your browser does not allow scripts
Please click here to view a static table of contents without scripts
FT_Write
Return to Introduction  Previous page  Next page
Write data to the device.

FT_STATUS
FT_Write
(FT_HANDLE ftHandle, LPVOID lpBuffer, DWORD dwBytesToWrite, LPDWORD lpdwBytesWritten)




Parameters
ftHandle
Handle of the device.
lpBuffer
Pointer to the buffer that contains the data to be written to the device.
dwBytesToWrite
Number of bytes to write to the device.
lpdwBytesWritten
Pointer to a variable of type DWORD which receives the number of bytes written to the device.




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