次の方法で共有


LPGET_FRAME_LENGTH (Windows Embedded CE 6.0)

1/6/2010

This function gets a current universal serial bus (USB) frame length.

Syntax

typedef BOOL (* LPGET_FRAME_LENGTH)(
USB_HANDLE hDevice,
LPUSHORT lpuFrameLength
);

Parameters

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

Return Value

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

Requirements

Header usbdi.h
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

USB Host Driver Functions
LPGET_FRAME_NUMBER