次の方法で共有


STATUS_HEADER_PRIORITY (Windows Embedded CE 6.0)

1/6/2010

Enumeration used in conjunction with the status area region. See STATUS_HEADER_PARAMETERS and STATUS_HEADER_PARAMETERS_EX.

Syntax

typedef enum _STATUS_HEADER_PRIORITY
{
        shpError = 0,      
        shpTempChanges,    
        shpNodeHelp,       
        shpSystem,         
        shpHelp,           
        shpForwarding,     
        shpIncomingCall,   
        shpMissedCalls,    
        shpDefault,        
        StatusHeaderPriorities,        
} STATUS_HEADER_PRIORITY;

Elements

  • shpError
    Temporary error.
  • shpTempChanges
    Insert, edit or delete item.
  • shpNodeHelp
    Help for node items, excluding menu or Today items.
  • shpSystem
    System status.
  • shpHelp
    Help text for menu and Today items.
  • shpForwarding
    Call auto-forwarding is on.
  • shpIncomingCall
    Incoming call.
  • shpMissedCalls
    Missed call or calls. Will give exact number of missed calls, if more than one.
  • shpDefault
    Default help string, if there is a default help string.
  • StatusHeaderPriorities
    Total number of priorities.

Remarks

Note

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

Requirements

Header controldefinitions.h
Library PhCommon.dll
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

PhCommon Enumerations
PhCommon Reference
STATUS_HEADER_PARAMETERS
STATUS_HEADER_PARAMETERS_EX