OBJUIDATA (Windows CE 5.0)
This structure is used by IReplStore::GetObjTypeUIData to send UI related data about an object type to the store.
typedef struct tagObjUIData {UINT cbStruct;HICON hIconLarge;HICONhIconSmall;charszName[MAX_PATH];charszSyncText[MAX_PATH];charszTypeText[80];charszPlTypeText[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
OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
See Also
ActiveSync Structures |IReplStore::GetObjTypeUIData
Send Feedback on this topic to the authors