TPDC_SAMPLE_RATE (Windows Embedded CE 6.0)
1/6/2010
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 |