Share via


VIBRATEDEVICECAPS

4/8/2010

This enumeration is used by the VibrateGetDeviceCaps function 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 vdc parameter of VibrateGetDeviceCaps. It is used only to validate enumerated values that can be passed as the vdc parameter; any element of VIBRATEDEVICECAPS that is numerically less than VDC_LAST can validly be passed as the vdc parameter of VibrateGetDeviceCaps.

Requirements

Header vibrate.h
Library aygshell.lib
Windows Mobile Smartphone 2002 and later

See Also

Reference

VibrateGetDeviceCaps