Share via


LPIS_DEFAULT_PIPE_HALTED (Windows CE 5.0)

Send Feedback

This function always returns FALSE. The default pipe never halts. This function is deprecated.

typedef BOOL (* LPIS_DEFAULT_PIPE_HALTED)(  USB_HANDLE hDevice,  LPBOOL lpbHalted);

Parameters

  • hDevice
    [in] Handle to a USB device.
  • lpbHalted
    [out] Pointer to a BOOL containing TRUE if the pipe is halted, FALSE otherwise.

Return Values

Returns FALSE.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.

See Also

LPGET_USBD_VERSION | LPRESET_DEFAULT_PIPE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.