LPRESET_DEFAULT_PIPE (Windows Embedded CE 6.0)
1/6/2010
This function resets the default pipe to a universal serial bus (USB) device.
Syntax
typedef BOOL (* LPRESET_DEFAULT_PIPE)(
USB_HANDLE hDevice
);
Parameters
- hDevice
[in] Handle to a USB device whose default pipe you want to reset.
Return Value
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
Header | usbdi.h |
Windows Embedded CE | Windows CE 1.0 and later |
See Also
Reference
USB Host Driver Functions
LPGET_USBD_VERSION
LPIS_DEFAULT_PIPE_HALTED