TPDC_SAMPLE_RATE

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This structure is filled in by TouchPanelGetDeviceCaps.

Syntax

struct TPDC_SAMPLE_RATE {
  INT SamplesPerSecondLow;
  INT SamplesPerSecondHigh;
  INT CurrentSampleRateSetting; 
};

Members

  • SamplesPerSecondLow
    Low amount of samples per second.
  • SamplesPerSecondHigh
    High amount of samples per second.
  • CurrentSampleRateSetting
    Current sample rate setting. Zero is low. 1 is high.

Requirements

Header tchddi.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

TouchPanelGetDeviceCaps