Share via


OBJUIDATA

The OBJUIDATA structure is used by the IReplStore::GetObjTypeUIData method to send user interface 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
    Specifies the size of this structure.
  • hIconLarge
    Specifies the handle of a large icon displayed in the list view for synchronization status.
  • hIconSmall
    Specifies the handle of a small icon displayed in the list view for synchronization status.
  • szName
    A null-terminated string that specifies the text to display in the Name column of the list view that shows synchronization status.
  • szSyncText
    A null-terminated string that specifies the text to display in the Sync Copy In column of the list view that shows synchronization status.
  • szTypeText
    A null-terminated string that specifies the text to display in the Type column of the list view that shows synchronization status.
  • szPlTypeText
    A null-terminated string that specifies the plural form of text to display in the Type column of the list view that shows synchronization status.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h

See Also

ActiveSync API Structures

IReplStore::GetObjTypeUIData

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.