Submits transfers until MaxOutstandingIO is reached then waits for the oldest transfer to complete.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ErrorCode Transfer( out UsbTransferQueue..::..Handle handle )
Public Function Transfer ( _ <OutAttribute> ByRef handle As UsbTransferQueue..::..Handle _ ) As ErrorCode
public: ErrorCode Transfer( [OutAttribute] UsbTransferQueue..::..Handle^% handle )
Parameters
- handle (UsbTransferQueue..::..Handle%)
- The queue handle to the UsbTransfer that completed.