LPIS_PIPE_HALTED (Compact 2013)
3/26/2014
This function checks if a universal serial bus (USB) pipe is in a halted state.
Syntax
typedef BOOL (* LPIS_PIPE_HALTED)(
USB_PIPE hPipe,
LPBOOL lpbHalted
);
Parameters
- hPipe
[in] Handle to a USB pipe.
- lpbHalted
[out] Pointer to a BOOL containing TRUE if the pipe is halted, FALSE otherwise.
Return Value
TRUE indicates success. FALSE indicates failure.
Remarks
You can use this function to determine whether a pipe is halted.
Requirements
Header |
usbdi.h |