PH_SPEEDDIAL_ENTRY (Windows Embedded CE 6.0)
1/6/2010
Structure used in conjunction with PHAddSpeedDialEntry.
Syntax
typedef struct tagPH_SPEEDDIAL_ENTRY
{
DWORD StructSize;
WCHAR pName[100];
WCHAR pNumber[100];
} PH_SPEEDDIAL_ENTRY;
Members
- StructSize
[in] Struct size in bytes.
- pName[100]
[in] Friendly name to use for speed dial entry.
- pNumber[100]
[in] Number or URI to use for speed dial entry.
Remarks
Note
This documentation applies to functionality implemented in sample code for PhCommon. For more information, see PhCommon Reference.
Requirements
Header | databaseapi.hpp |
Library | PhCommon.dll |
Windows Embedded CE | Windows Embedded CE 6.0 and later |