PACKET_PROPERTY Structure
PACKET_PROPERTY Structure |
Describes a packet property that is reported by the tablet driver.
Declaration
[C++]
typedef struct _PACKET_PROPERTY {
GUID guid;
PROPERTY_METRICS PropertyMetrics;
} PACKET_PROPERTY, *PPACKET_PROPERTY;
Members
Name | Description |
---|---|
guid | Identifies the property. This value is not limited to the set of predefined GUIDs. An application or a device driver may define new GUIDs at any time. |
PropertyMetrics | Identifies the range, units, and resolution of the packet property. |