Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This structure holds the touch sample rate information that TouchPanelGetDeviceCaps returns.
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; 0 indicates low and 1 indicates high.
Requirements
Header |
tchddi.h |