OBJUIDATA

This structure is used by IReplStore::GetObjTypeUIData to send UI related data about an object type to the Store.

At a Glance

Header file: Cesync.h
Windows CE versions: 2.0 and later

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 H/PC Explorer.

hIconSmall

Handle of a small icon used in the list view display of the H/PC Explorer.

szName

Null-terminated string that contains the text to be displayed in the “Name” column of the H/PC Explorer.

szSyncText

Null-terminated string that contains the text to be displayed in the “Sync Copy In” column of the H/PC Explorer.

szTypeText

Null-terminated string that contains the text to be displayed in the “Type” column of the H/PC Explorer.

szPlTypeText

Null-terminated string that contains the plural form of text to be displayed in the “Type” column of the H/PC Explorer.

See Also

IReplStore::GetObjTypeUIData