共用方式為


VIBRATEDEVICECAPS

Send Feedback

This enumeration is used by the VibrateGetDeviceCaps function to query the device vibration capabilities.

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

Pocket PC: Not supported
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: Declared in vibrate.h
Library: Use aygshell.lib

See Also

VibrateGetDeviceCaps

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.