Share via


PHVolumeSetting (Windows Embedded CE 6.0)

1/6/2010

Enumeration used in conjunction with the volume settings of the phone application and its related APIs, namely, PHGetVolumeSetting and PHSetVolume.

Syntax

enum PHVolumeSetting
{
        phvsSpeakerVolume,
        phvsRingerVolume,
        phvsHandsetVolume,
        phvsMicrophoneVolume,
};

Elements

  • phvsSpeakerVolume
    Speaker Volume setting.
  • phvsRingerVolume
    Ringer Volume setting.
  • phvsHandsetVolume
    Handset Volume setting.
  • phvsMicrophoneVolume
    Microphone Volume setting.

Remarks

Note

This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.

Requirements

Header settingsapi.hpp
Library PhCommon.dll
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

PhCommon Enumerations
PhCommon Reference