Platform SDK: Synchronization Manager

SYNCMGRITEM

The SYNCMGRITEM structure provides information on the next item being enumerated in the ISyncMgrEnumItems interface.

typedef struct _tagSYNCMGRITEM {
   DWORD          cbSize;
   DWORD          dwFlags;
   SYNCMGRITEMID  ItemID;
   DWORD          dwItemState;    
   HICON          hIcon;
   WCHAR          wszItemName[MAX_SYNCMGRITEMNAME];
   WCHAR          wszStatus[MAX_SYNCMGRITEMSTATUS];
} SYNCMGRITEM, *LPSYNCMGRITEM;

Members

cbSize
Size of the structure.
dwFlags
Value of the SYNCMGRITEMFLAGS enumeration.
ItemID
Identifier of the next item.
dwItemState
State of the next item.
hIcon
Icon for the handler for the next item.
wszItemName[MAX_SYNCMGRITEMNAME]
Item name.
wszStatus[MAX_SYNCMGRITEMSTATUS]
Item status.

Requirements

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 5 or later).
  Windows 95/98: Requires Windows 95 or later (with Internet Explorer 5 or later).
  Header: Declared in Mobsync.h.

See Also

SYNCMGRITEMFLAGS