Share via


PHActiveVolumeMode (Windows Embedded CE 6.0)

1/6/2010

Enumeration used in conjunction with the volume mode settings of the phone application and its related APIs, namely, PHGetActiveVolume and PHSetActiveVolume.

Syntax

enum PHActiveVolumeMode
{
        SpeakerVolumeMode = 0,
        RingerVolumeMode,
        LastVolumeMode, 
};

Elements

  • SpeakerVolumeMode
    Speaker Volume mode setting.
  • RingerVolumeMode
    Ringer Volume mode setting.
  • LastVolumeMode
    Last volume mode, must be the last item in the enumeration. It is used to determine if the passed enumeration value is within the valid range.

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