Share via


LPRELEASE_FRAME_LENGTH_CONTROL (Compact 2013)

3/26/2014

This function releases exclusive access to universal serial bus (USB) frame-length control.

Syntax

typedef BOOL (* LPRELEASE_FRAME_LENGTH_CONTROL)(
  USB_HANDLE hDevice
);

Parameters

  • hDevice
    [in] Handle to a USB device.

Return Value

TRUE indicates success. FALSE indicates that the client has not previously obtained a frame-length control.

Requirements

Header

usbdi.h

See Also

Reference

USB Driver Functions
LPSET_FRAME_LENGTH
LPTAKE_FRAME_LENGTH_CONTROL