PH_APPLICATION (Windows Embedded CE 6.0)
1/6/2010
Enumeration used in conjunction with the command APIs, specifically, PHGetAppWindow and PHSendCommandLine.
Syntax
typedef enum _PH_APPLICATION
{
phaPhoneApp = 0,
phaHomeScreenApp,
phaSettingsApp,
phaContactsApp,
phaLast,
} PH_APPLICATION;
Elements
- phaPhoneApp
IP Dialer, also known as the phone application or PhoneApp.
- phaHomeScreenApp
IP Home Screen application.
- phaSettingsApp
IP Settings application.
- phaContactsApp
IP Contacts application, also known as PHInfo or InfoApp.
- phaLast
Last item in the enumeration. It must be the last item always.
Remarks
Note
This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.
Requirements
Header | commandapi.hpp |
Library | PhCommon.dll |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
See Also
Reference
PhCommon Enumerations
PhCommon Reference