Share via


LPTAKE_FRAME_LENGTH_CONTROL (Windows Embedded CE 6.0)

1/6/2010

This function registers for exclusive access to control the universal serial bus (USB) frame length.

Syntax

typedef BOOL (* LPTAKE_FRAME_LENGTH_CONTROL)(
  USB_HANDLE hDevice
);

Parameters

  • hDevice
    [in] Handle to a USB device.

Return Value

TRUE indicates that the frame-length control is specified. FALSE indicates that another driver has already obtained control of the USB' frame length.

Remarks

Use with care. Changing the USB frame length can affect other devices on the bus.

Requirements

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

See Also

Reference

USB Host Driver Functions
LPRELEASE_FRAME_LENGTH_CONTROL
LPSET_FRAME_LENGTH