Share via


LPIS_TRANSFER_COMPLETE (Compact 2013)

3/26/2014

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

See Also

Reference

USB Driver Functions