SYNCMGRITEMFLAGS enumeration
Specifies information for the current item in the SYNCMGRITEM structure.
Syntax
typedef enum _tagSYNCMGRITEMFLAGS { SYNCMGRITEM_HASPROPERTIES = 0x0001, SYNCMGRITEM_TEMPORARY = 0x0002, SYNCMGRITEM_ROAMINGUSER = 0x0004, SYNCMGRITEM_LASTUPDATETIME = 0x0008, SYNCMGRITEM_MAYDELETEITEM = 0x0010, SYNCMGRITEM_HIDDEN = 0x0020 } SYNCMGRITEMFLAGS;
Constants
- SYNCMGRITEM_HASPROPERTIES
-
The item has a properties dialog.
- SYNCMGRITEM_TEMPORARY
-
The item is temporary and any stored preferences can be removed. This value is defined but not used in Windows Vista.
- SYNCMGRITEM_ROAMINGUSER
-
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
-
The LastUpdateTime field is valid.
- SYNCMGRITEM_MAYDELETEITEM
-
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
-
Windows Vista and later. Not supported.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012