Partager via


IsDefaultPipeHalted

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

BOOL IsDefaultPipeHalted(
  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: Usbd.hpp.

See Also

GetUSBDVersion | ResetDefaultPipe | USB Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.