TabletHardwareCapabilities enumeration (msinkaut.h)
Specifies the hardware capabilities of the Tablet PC.
Syntax
typedef enum TabletHardwareCapabilities {
THWC_Integrated = 0x1,
THWC_CursorMustTouch = 0x2,
THWC_HardProximity = 0x4,
THWC_CursorsHavePhysicalIds = 0x8
} ;
Constants
THWC_Integrated Value: 0x1 The digitizer is integrated with the display. |
THWC_CursorMustTouch Value: 0x2 The cursor must be in physical contact with the device to report position. |
THWC_HardProximity Value: 0x4 The device can generate in-air packets when the cursor is in the physical detection range (proximity) of the device. |
THWC_CursorsHavePhysicalIds Value: 0x8 The device can uniquely identify the active cursor. |
Remarks
In C++, explicit casting is required when trying to set more than one flag at a time. A compilation error occurs if explicit casting is not used.
The value is 0 if the tablet device cannot provide this information.
This enumeration is a flag.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | msinkaut.h |