PhCommon Interprocess Names (Windows Embedded CE 6.0)
1/6/2010
These names are used by PhCommon to set the Window Class names (WndClassName) of the four application components that comprise the IP Phone Suite as well as the authentication screen used for the user's PIN. You can use these identifiers to help you understand how the different components are referenced and used within the sample, IP Phone Suite and the sample dynamic link library, PhCommon.
WndClassName | Value | Description |
---|---|---|
WNDCLASS_PHONEAPP |
TEXT("__VOIP_PHONEAPP__") |
IP Dialer name. |
WNDCLASS_HOMEAPP |
TEXT("__VOIP_HOMESCREEN__") |
IP Home Screen name. |
WNDCLASS_ENTERPIN |
TEXT("__VOIP_ENTERPIN__") |
PIN Settings name. |
WNDCLASS_SETTINGS |
TEXT("__VOIP_SETTINGS__") |
IP Settings name. |
WNDCLASS_INFOAPP |
TEXT("__VOIP_INFOAPP__") |
IP Contacts name. |
Remarks
Note
This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.