PACKET_PROPERTY structure (tpcshrd.h)
Describes a packet property that is reported by the tablet driver.
Syntax
typedef struct _PACKET_PROPERTY {
GUID guid;
PROPERTY_METRICS PropertyMetrics;
} PACKET_PROPERTY, *PPACKET_PROPERTY;
Members
guid
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
The range, units, and resolution of the packet property.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | tpcshrd.h |