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