LPIS_PIPE_HALTED (Windows CE 5.0)
This function checks if a universal serial bus (USB) pipe is in a halted state.
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 Values
TRUE indicates success. FALSE indicates failure.
Remarks
You can use this function to determine whether a pipe is halted.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.
Send Feedback on this topic to the authors