TPDC_SAMPLE_RATE (Windows CE 5.0)

Send Feedback

This structure is filled in by TouchPanelGetDeviceCaps.

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

OS Versions: Windows CE 1.0 and later.
Header: Tchddi.h.

See Also

TouchPanelGetDeviceCaps

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.