Platform SDK: Synchronization Manager

SYNCMGRITEMFLAGS

The SYNCMGRITEMFLAGS enumeration value specifies information for the current item in the SYNCMGRITEM structure.

typedef enum _tagSYNCMGRITEMFLAGS {
   SYNCMGRITEM_HASPROPERTIES  = 0x01,
   SYNCMGRITEM_TEMPORARY      = 0x02,
   SYNCMGRITEM_ROAMINGUSER    = 0x04,
} SYNCMGRITEMFLAGS;

Elements

SYNCMGRITEM_HASPROPERTIES
The item has a properties dialog.
SYNCMGRITEM_TEMPORARY
The item is temporary and any stored preferences can be removed.
SYNCMGRITEM_ROAMINGUSER
The item roams with the user and is not specific to a machine.

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

SYNCMGRITEM