次の方法で共有


TPDC_CALIBRATION_POINT_COUNT (Compact 2013)

3/26/2014

This structure holds the calibration point count information that TouchPanelGetDeviceCaps returns.

Syntax

struct TPDC_CALIBRATION_POINT_COUNT {
  DDI_TOUCH_PANEL_CALIBRATION_FLAGS flags;
  INT cCalibrationPoints;
};

Members

  • flags
    Calibration flags.
  • cCalibrationPoints
    Number of calibration points.

Requirements

Header

tchddi.h

See Also

Reference

Touch Proxy Driver Structures
TouchPanelGetDeviceCaps