LPIS_TRANSFER_COMPLETE (Windows Embedded CE 6.0)
1/6/2010
This function checks whether a transfer has completed.
Syntax
typedef BOOL (* LPIS_TRANSFER_COMPLETE)(
USB_TRANSFER hTransfer
);
Parameters
- hTransfer
[in] Handle to a USB transfer.
Return Value
TRUE indicates that a transfer has completed. FALSE indicates that a transfer has not completed.
Requirements
Header | usbdi.h |
Windows Embedded CE | Windows CE 2.10 and later |