USBDev_PipeAbort
Description
Aborts all of the pending transfers for a pipe.
Files
usbdev_api.c
Prototype
void USBDev_PipeAbort (HANDLE pipe, DWORD *p_err);
Arguments
pipe
Pipe handle.
p_err
Pointer to variable that will receive the return error code from this function:
ERROR_SUCCESS
ERROR_INVALID_HANDLE
Returned Value
None.
Callers
Application.
Notes / Warnings
None.