Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Send Feedback on this topic to the authors