LPGET_FRAME_LENGTH (Windows CE 5.0)
This function gets a current universal serial bus (USB) frame length.
typedef BOOL (* LPGET_FRAME_LENGTH)(USB_HANDLE hDevice,LPUSHORT lpuFrameLength);
Parameters
- hDevice
[in] Handle to a USB device. - lpuFrameLength
[out] Pointer to the current frame length.
Return Values
TRUE indicates success. FALSE indicates failure. The frame length that is return is in units of full-speed bit times.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.
See Also
Send Feedback on this topic to the authors