LPRELEASE_FRAME_LENGTH_CONTROL (Windows CE 5.0)
This function releases exclusive access to universal serial bus (USB) frame-length control.
typedef BOOL (* LPRELEASE_FRAME_LENGTH_CONTROL)( 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.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.
See Also
LPSET_FRAME_LENGTH | LPTAKE_FRAME_LENGTH_CONTROL
Send Feedback on this topic to the authors