Share via


PHSetting (Windows Embedded CE 6.0)

1/6/2010

Enumeration used in conjunction with the phone application and its related APIs, namely, PHGetSetting and PHSetValue.

Syntax

enum PHSetting
{
        phsDoNotDisturb = 0,
        phsCallForwarding,
        phsAutoDial,
        phsBlockCallerId,
        phsMissedCalls,
        phsIncomingCalls,
        phsOutgoingCalls,
        phsGalFilterType,
        phsContactFilterType,
        phsDeviceLocked,
        phsAutoDialRulesAvailability, 
        phsPhoneAppStatus, 
        phsDisableAGC, 
        phsLockPhoneAfterUpdatingPIN, 
};

Elements

  • phsDoNotDisturb
    Do Not Disturb. On or off.
  • phsCallForwarding
    Call Forwarding. The number to forward incoming calls to.
  • phsAutoDial
    Automatic Dialing. On or off.
  • phsBlockCallerId
    Blocked Caller Id. On of off.
  • phsMissedCalls
    Missed Calls. Number of recent missed calls.
  • phsIncomingCalls
    Incoming Calls. Number of recent incoming calls received.
  • phsOutgoingCalls
    Outgoing Calls. Number of recent outgoing calls made.
  • phsGalFilterType
    Type of Global Address List Filter.
  • phsContactFilterType
    Type of Contact Filter.
  • phsDeviceLocked
    Device Locked or not?
  • phsAutoDialRulesAvailability
    Does the dial plan have auto dial rules in it?
  • phsPhoneAppStatus
    What is the running status of the phone app, i.e. running or disabled?
  • phsDisableAGC
    Disable Automatic Gain Control, or enable it?
  • phsLockPhoneAfterUpdatingPIN
    Lock Phone after updating PIN?

    If a phone is locked and then a user tries to unlock the phone, the Enter PIN screen appears.

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