Expand Minimize
This topic has not yet been rated - Rate this topic

SYNCMGR_CONTROL_FLAGS enumeration

Specifies how an operation requested on certain methods of ISyncMgrControl should be performed.

Syntax


typedef enum SYNCMGR_CONTROL_FLAGS { 
  SYNCMGR_CF_NONE    = 0x00000000,
  SYNCMGR_CF_NOWAIT  = 0x00000000,
  SYNCMGR_CF_WAIT    = 0x00000001,
  SYNCMGR_CF_NOUI    = 0x00000002,
  SYNCMGR_CF_VALID   = 0x00000003
} SYNCMGR_CONTROL_FLAGS;

Constants

SYNCMGR_CF_NONE

Perform the operation not using any of the other flags in this enumeration.

SYNCMGR_CF_NOWAIT

Perform the operation asynchronously.

SYNCMGR_CF_WAIT

Perform the operation synchronously.

SYNCMGR_CF_NOUI

Perform the operation without asking the sync handler to display the UI during the operation.

SYNCMGR_CF_VALID

A mask used to determine valid SYNCMGR_CONTROL_FLAGS flags.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Syncmgr.h

IDL

Syncmgr.idl

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.