Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_HASPROPERTIESValue: 0x1 The item has a properties dialog. |
SYNCMGRITEM_TEMPORARYValue: 0x2 The item is temporary and any stored preferences can be removed. This value is defined but not used in Windows Vista. |
SYNCMGRITEM_ROAMINGUSERValue: 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_LASTUPDATETIMEValue: 0x8 The LastUpdateTime field is valid. |
SYNCMGRITEM_MAYDELETEITEMValue: 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_HIDDENValue: 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 |