LPRELEASE_FRAME_LENGTH_CONTROL (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE 2.10 and later |
See Also
Reference
USB Host Driver Functions
LPSET_FRAME_LENGTH
LPTAKE_FRAME_LENGTH_CONTROL