Versions Compared

Key

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

...

Files

usbdev_api.cs

Prototype

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


Arguments

pipe

Pipe handle.

...