다음을 통해 공유


USAGE_AND_PAGE (Compact 2013)

3/26/2014

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

See Also

Reference

HID Parser Structures
HidP_GetButtonsEx