Share via


LPTAKE_FRAME_LENGTH_CONTROL (Windows CE 5.0)

Send Feedback

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

typedef BOOL (* LPTAKE_FRAME_LENGTH_CONTROL)(  USB_HANDLE hDevice);

Parameters

  • hDevice
    [in] Handle to a USB device.

Return Values

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

OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.

See Also

LPRELEASE_FRAME_LENGTH_CONTROL | LPSET_FRAME_LENGTH

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.