Share via


LPIS_DEFAULT_PIPE_HALTED (Compact 2013)

3/26/2014

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

Syntax

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 Value

Returns FALSE.

Requirements

Header

usbdi.h

See Also

Reference

USB Driver Functions
LPGET_USBD_VERSION
LPRESET_DEFAULT_PIPE