Share via


TPDC_DEVICE_TYPE (Compact 2013)

3/26/2014

This structure holds the touch screen device type information that TouchPanelGetDeviceCaps returns.

Syntax

struct TPDC_DEVICE_TYPE
{
  TouchType touchType;
  DWORD dwTouchInputMask;
};

Members

  • touchType
    Type of touch controller; a TouchType value.
  • dwTouchInputMask
    Touch controller capabilities mask.

Requirements

Header

tchddi.h

See Also

Reference

Touch Proxy Driver Structures
TouchPanelGetDeviceCaps