OBJUIDATA

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;
  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 Pocket Internet Explorer.
  • hIconSmall
    Handle of a small icon used in the list view display of the Pocket Internet Explorer.
  • szName
    Null-terminated string that contains the text to be displayed in the Name column of the Pocket Internet Explorer.
  • szSyncText
    Null-terminated string that contains the text to be displayed in the Sync Copy In column of the Pocket Internet Explorer.
  • szTypeText
    Null-terminated string that contains the text to be displayed in the Type column of the Pocket Internet Explorer.
  • szPlTypeText[80]
    Null-terminated string that contains the plural form of text to be displayed in the Type column of the Pocket Internet Explorer.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.

See Also

IReplStore::GetObjTypeUIData

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.