...
Files
usbdev_api.c
Prototype
Code Block | ||
---|---|---|
| ||
void USBDev_PipeRdAsync (HANDLE pipe,
UCHAR *p_buf,
DWORD buf_len,
USBDEV_PIPE_RD_CALLBACK callback,
void *p_callback_arg,
DWORD *p_err); |
Arguments
pipe
Pipe handle.
...