LPGET_FRAME_NUMBER (Windows CE 5.0)

Send Feedback

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

LPGET_FRAME_LENGTH

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.