IsPipeHalted
This function checks if a USB pipe is in a halted state.
BOOL IsPipeHalted(
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 may use this function to determine whether a pipe is halted.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbd.hpp.
See Also
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.