SYNCMGRITEMFLAGS enumeration (mobsync.h)

Specifies information for the current item in the SYNCMGRITEM structure.

Syntax

typedef enum _tagSYNCMGRITEMFLAGS {
  SYNCMGRITEM_HASPROPERTIES = 0x1,
  SYNCMGRITEM_TEMPORARY = 0x2,
  SYNCMGRITEM_ROAMINGUSER = 0x4,
  SYNCMGRITEM_LASTUPDATETIME = 0x8,
  SYNCMGRITEM_MAYDELETEITEM = 0x10,
  SYNCMGRITEM_HIDDEN = 0x20
} SYNCMGRITEMFLAGS;

Constants

 
SYNCMGRITEM_HASPROPERTIES
Value: 0x1
The item has a properties dialog.
SYNCMGRITEM_TEMPORARY
Value: 0x2
The item is temporary and any stored preferences can be removed. This value is defined but not used in Windows Vista.
SYNCMGRITEM_ROAMINGUSER
Value: 0x4
The item roams with the user and is not specific to a machine. This value is defined but is ignored by both Windows XP and Windows Vista.
SYNCMGRITEM_LASTUPDATETIME
Value: 0x8
The LastUpdateTime field is valid.
SYNCMGRITEM_MAYDELETEITEM
Value: 0x10
The item may be deleted. This value has been deprecated for Windows Vista and later. This value is defined but is ignored by both Windows XP and Windows Vista.
SYNCMGRITEM_HIDDEN
Value: 0x20
Windows Vista and later. Not supported.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header mobsync.h

See also

SYNCMGRITEM