/
USBDev_PipeClose
USBDev_PipeClose
Description
Close a pipe.
Files
usbdev_api.c
Prototype
void USBDev_PipeClose (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.
, multiple selections available,
Related content
USBDev_PipeAbort
USBDev_PipeAbort
More like this
USBDev_PipeWr
USBDev_PipeWr
More like this
USBDev_PipeWrExt
USBDev_PipeWrExt
More like this
USBDev_PipeAddrGet
USBDev_PipeAddrGet
More like this
USBDev_PipeStall
USBDev_PipeStall
More like this
USBDev_PipeRd
USBDev_PipeRd
More like this