...
Files
usbdev_api.cs
Prototype
Code Block | ||
---|---|---|
| ||
DWORD USBDev_PipeWrExt (HANDLE pipe,
UCHAR *p_buf,
DWORD buf_len,
BOOL end,
DWORD timeout,
DWORD *p_err); |
Arguments
pipe
Pipe handle.
...