Skip to content

Latest commit

 

History

History
85 lines (66 loc) · 3.07 KB

ne-mobsync-syncmgritemflags.md

File metadata and controls

85 lines (66 loc) · 3.07 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:mobsync._tagSYNCMGRITEMFLAGS
SYNCMGRITEMFLAGS (mobsync.h)
Specifies information for the current item in the SYNCMGRITEM structure.
SYNCMGRITEMFLAGS
SYNCMGRITEMFLAGS enumeration [Windows Shell]
SYNCMGRITEM_HASPROPERTIES
SYNCMGRITEM_HIDDEN
SYNCMGRITEM_LASTUPDATETIME
SYNCMGRITEM_MAYDELETEITEM
SYNCMGRITEM_ROAMINGUSER
SYNCMGRITEM_TEMPORARY
mobsync/SYNCMGRITEMFLAGS
mobsync/SYNCMGRITEM_HASPROPERTIES
mobsync/SYNCMGRITEM_HIDDEN
mobsync/SYNCMGRITEM_LASTUPDATETIME
mobsync/SYNCMGRITEM_MAYDELETEITEM
mobsync/SYNCMGRITEM_ROAMINGUSER
mobsync/SYNCMGRITEM_TEMPORARY
shell.syncmgr_syncmgritemflags
syncmgr.syncmgritemflags
shell\syncmgr_syncmgritemflags.htm
shell
6297f10b-9a2c-4077-9dca-e5c0850d125a
12/05/2018
SYNCMGRITEMFLAGS, SYNCMGRITEMFLAGS enumeration [Windows Shell], SYNCMGRITEM_HASPROPERTIES, SYNCMGRITEM_HIDDEN, SYNCMGRITEM_LASTUPDATETIME, SYNCMGRITEM_MAYDELETEITEM, SYNCMGRITEM_ROAMINGUSER, SYNCMGRITEM_TEMPORARY, mobsync/SYNCMGRITEMFLAGS, mobsync/SYNCMGRITEM_HASPROPERTIES, mobsync/SYNCMGRITEM_HIDDEN, mobsync/SYNCMGRITEM_LASTUPDATETIME, mobsync/SYNCMGRITEM_MAYDELETEITEM, mobsync/SYNCMGRITEM_ROAMINGUSER, mobsync/SYNCMGRITEM_TEMPORARY, shell.syncmgr_syncmgritemflags, syncmgr.syncmgritemflags
mobsync.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
SYNCMGRITEMFLAGS
19H1
_tagSYNCMGRITEMFLAGS
mobsync/_tagSYNCMGRITEMFLAGS
SYNCMGRITEMFLAGS
mobsync/SYNCMGRITEMFLAGS
c++
APIRef
kbSyntax
HeaderDef
Mobsync.h
SYNCMGRITEMFLAGS

SYNCMGRITEMFLAGS enumeration

-description

Specifies information for the current item in the SYNCMGRITEM structure.

-enum-fields

-field SYNCMGRITEM_HASPROPERTIES:0x1

The item has a properties dialog.

-field SYNCMGRITEM_TEMPORARY:0x2

The item is temporary and any stored preferences can be removed. This value is defined but not used in Windows Vista.

-field SYNCMGRITEM_ROAMINGUSER: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.

-field SYNCMGRITEM_LASTUPDATETIME:0x8

The LastUpdateTime field is valid.

-field SYNCMGRITEM_MAYDELETEITEM: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.

-field SYNCMGRITEM_HIDDEN:0x20

Windows Vista and later. Not supported.

-see-also

SYNCMGRITEM