LPIS_PIPE_HALTED (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 2.10 and later |