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

SYNCMGR_CONFLICT_ITEM_TYPE enumeration

Describes conflict item type.

Syntax


typedef enum SYNCMGR_CONFLICT_ITEM_TYPE { 
  SYNCMGR_CIT_UPDATED  = 0x00000001,
  SYNCMGR_CIT_DELETED  = 0x00000002
} SYNCMGR_CONFLICT_ITEM_TYPE;

Constants

SYNCMGR_CIT_UPDATED

The conflict item was updated.

SYNCMGR_CIT_DELETED

The conflict item was deleted.

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.