ReleaseFrameLengthControl

This function releases exclusive access to USB frame-length control.

Syntax

BOOL ReleaseFrameLengthControl( USB_HANDLE hDevice );

Parameters

hDevice
[IN] Handle to a USB device.

Return Values

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

Remarks

This function is defined in the Mousedrv.cpp file.

See Also

SetFrameLength, TakeFrameLengthControl