LPGET_FRAME_NUMBER (Windows CE 5.0)
This function gets a current universal serial bus (USB) frame number.
typedef BOOL (* LPGET_FRAME_NUMBER)(
USB_HANDLE hDevice, LPDWORD lpdwFrameNumber);
Parameters
- hDevice
[in] Handle to a USB device. - lpdwFrameNumber
[out] Pointer to a frame number.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Usbdi.h.
See Also
Send Feedback on this topic to the authors