Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.77 KB

ne-syncmgr-syncmgr_sync_control_flags.md

File metadata and controls

71 lines (58 loc) · 2.77 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:syncmgr.SYNCMGR_SYNC_CONTROL_FLAGS
SYNCMGR_SYNC_CONTROL_FLAGS (syncmgr.h)
Indicates flags used by ISyncMgrControl::StartHandlerSync and ISyncMgrControl::StartItemSync.
SYNCMGR_SCF_IGNORE_IF_ALREADY_SYNCING
SYNCMGR_SCF_NONE
SYNCMGR_SCF_VALID
SYNCMGR_SYNC_CONTROL_FLAGS
SYNCMGR_SYNC_CONTROL_FLAGS enumeration [Windows Shell]
_shell_SYNCMGR_SYNC_CONTROL_FLAGS
shell.SYNCMGR_SYNC_CONTROL_FLAGS
syncmgr/SYNCMGR_SCF_IGNORE_IF_ALREADY_SYNCING
syncmgr/SYNCMGR_SCF_NONE
syncmgr/SYNCMGR_SCF_VALID
syncmgr/SYNCMGR_SYNC_CONTROL_FLAGS
shell\SYNCMGR_SYNC_CONTROL_FLAGS.htm
shell
2191c105-788d-434e-a3c1-4f7b7dc543c4
12/05/2018
SYNCMGR_SCF_IGNORE_IF_ALREADY_SYNCING, SYNCMGR_SCF_NONE, SYNCMGR_SCF_VALID, SYNCMGR_SYNC_CONTROL_FLAGS, SYNCMGR_SYNC_CONTROL_FLAGS enumeration [Windows Shell], _shell_SYNCMGR_SYNC_CONTROL_FLAGS, shell.SYNCMGR_SYNC_CONTROL_FLAGS, syncmgr/SYNCMGR_SCF_IGNORE_IF_ALREADY_SYNCING, syncmgr/SYNCMGR_SCF_NONE, syncmgr/SYNCMGR_SCF_VALID, syncmgr/SYNCMGR_SYNC_CONTROL_FLAGS
syncmgr.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Syncmgr.idl
Windows
SYNCMGR_SYNC_CONTROL_FLAGS
19H1
SYNCMGR_SYNC_CONTROL_FLAGS
syncmgr/SYNCMGR_SYNC_CONTROL_FLAGS
c++
APIRef
kbSyntax
HeaderDef
Syncmgr.h
SYNCMGR_SYNC_CONTROL_FLAGS

SYNCMGR_SYNC_CONTROL_FLAGS enumeration

-description

Indicates flags used by ISyncMgrControl::StartHandlerSync and ISyncMgrControl::StartItemSync.

-enum-fields

-field SYNCMGR_SCF_NONE:0

Sync all items, regardless of whether they were just synced.

-field SYNCMGR_SCF_IGNORE_IF_ALREADY_SYNCING:0x1

Sync only items that are not currently syncing.

-field SYNCMGR_SCF_VALID:0x1

A mask used to retrieve or verify valid SYNCMGR_SYNC_CONTROL_FLAGS flags.

-remarks

Typically, sync requests are queued if a synchronization is currently in progress. An item might be in both the ongoing synchronization and the queued synchronization. These flags specify whether such an item should be resynched when the queued synchronization is performed.