Partager via


GetFrameLength

This function gets a current USB frame length.

BOOL GetFrameLength(
  USB_HANDLE hDevice,
  LPUSHORT lpuFrameLength 
);

Parameters

  • hDevice
    [in] Handle to a USB device.
  • lpuFrameLength
    [out] Pointer to the current frame length.

Return Values

TRUE indicates success. FALSE indicates failure. The frame length that is return is in units of full-speed bit times.

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Usbd.hpp.

See Also

GetFrameNumber | USB Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.