Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Files

usbdev_api.c

Prototype

Code Block
languagecpp
DWORD  USBDev_PipeRd (HANDLE   pipe,
                      UCHAR   *p_buf,
                      DWORD    buf_len,
                      DWORD    timeout,
                      DWORD   *p_err);


Arguments

pipe

Pipe handle.

...