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

SYNCMGR_EVENT_FLAGS enumeration

Specifies flags for a synchronization event.

Syntax


typedef enum SYNCMGR_EVENT_FLAGS { 
  SYNCMGR_EF_NONE   = 0x00000000,
  SYNCMGR_EF_VALID  = 0x00000000
} SYNCMGR_EVENT_FLAGS;

Constants

SYNCMGR_EF_NONE

No flags specified.

SYNCMGR_EF_VALID

Same as SYNCMGR_EF_NONE.

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

Community Additions

ADD
© 2013 Microsoft. All rights reserved.