LPRESET_DEFAULT_PIPE (Windows CE 5.0)
This function resets the default pipe to a universal serial bus (USB) device.
typedef BOOL (* LPRESET_DEFAULT_PIPE)( USB_HANDLE hDevice);
Parameters
- hDevice
[in] Handle to a USB device whose default pipe you want to reset.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
This function clears the halted state of the default pipe within the USB stack. This function is only available for drivers that support Universal Serial Bus Specification Revision 1.1 and later.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Usbdi.h.
See Also
LPGET_USBD_VERSION | LPIS_DEFAULT_PIPE_HALTED
Send Feedback on this topic to the authors