OBJUIDATA
A version of this page is also available for
4/8/2010
This structure is used by IReplStore::GetObjTypeUIData to send UI related data about an object type to the store.
Syntax
typedef struct tagObjUIData {
UINT cbStruct;
HICON hIconLarge;
HICON hIconSmall;
char szName[MAX_PATH];
char szSyncText[MAX_PATH];
char szTypeText[80];
char szPlTypeText[80];
} OBJUIDATA, *POBJUIDATA;
Members
- cbStruct
Size of this structure.
- hIconLarge
Handle of a large icon used in the list view display of the mobile Internet browser.
- hIconSmall
Handle of a small icon used in the list view display of the mobile Internet browser.
- szName
Null-terminated string that contains the text to be displayed in the Name column of the mobile Internet browser.
- szSyncText
Null-terminated string that contains the text to be displayed in the Sync Copy In column of the mobile Internet browser.
- szTypeText
Null-terminated string that contains the text to be displayed in the Type column of the mobile Internet browser.
- szPlTypeText[80]
Null-terminated string that contains the plural form of text to be displayed in the Type column of the mobile Internet browser.
Requirements
Header | cesync.h |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |