Library
winusb.dll
Type Return
A Boolean Value
Syntax
WinUsb_ReadPipe ( InterfaceHandle, PipeId, Buffer, BufferLength, LengthTransferred, Overlapped)
The WinUsb_ReadPipe Declaration syntax has these parts:
Part | Description |
InterfaceHandle | Required. A Long Value. |
PipeId | Required. A Byte Value. |
Buffer | Required. A Byte Value. |
BufferLength | Required. A Long Value. |
LengthTransferred | Required. A Long Value. |
Overlapped | Required. A Long Value. |