Share via


USAGE_AND_PAGE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

Syntax

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

Header hidpi.h
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

HidP_GetButtonsEx