USAGE_AND_PAGE (Windows CE 5.0)

Send Feedback

This structure specifies the usage page and usage identifier of a HID control.

typedef struct _USAGE_AND_PAGE {  USAGE Usage;  USAGE UsagePage;} USAGE_AND_PAGE, * PUSAGE_AND_PAGE;

Members

  • Usage
    Usage identifier within the usage page specified by UsagePage.
  • UsagePage
    Usage page.

Remarks

The terms button and usage are used synonymously.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Hidpi.h.

See Also

HidP_GetButtonsEx

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.