Share via


USAGE_AND_PAGE (Windows Embedded CE 6.0)

1/6/2010

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

HID Parser Structures
HidP_GetButtonsEx