Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
4/8/2010
This enumeration is used by the VibrateGetDeviceCapsfunction to query the device vibration capabilities.
Note: |
---|
This API is not supported by Windows Mobile Professional. |
Syntax
typedef enum { VDC_AMPLITUDE, VDC_FREQUENCY, VDC_LAST } VIBRATEDEVICECAPS; |
Elements
- VDC_AMPLITUDE
-
Query the amplitude that the device supports.
- VDC_FREQUENCY
-
Query the frequency that the device supports.
- VDC_LAST
-
A placeholder to indicate the last value in the list. This enumerator cannot be passed as the vdcparameter of VibrateGetDeviceCaps. It is used only to validate enumerated values that can be passed as the vdcparameter; any element of VIBRATEDEVICECAPS that is numerically less than VDC_LAST can validly be passed as the vdcparameter of VibrateGetDeviceCaps.
Requirements
Header | vibrate.h |
Library | aygshell.lib |
Windows Mobile | Smartphone 2002 and later |