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

SYNCMGR_PRESENTER_NEXT_STEP enumeration

Describes the next step that is to occur in sync manager conflict resolution. Used by ISyncMgrConflictPresenter.

Syntax


typedef enum SYNCMGR_PRESENTER_NEXT_STEP { 
  SYNCMGR_PNS_CONTINUE  = 0,
  SYNCMGR_PNS_DEFAULT   = 1,
  SYNCMGR_PNS_CANCEL    = 2
} SYNCMGR_PRESENTER_NEXT_STEP;

Constants

SYNCMGR_PNS_CONTINUE

The conflict has been resolved and subsequent selected conflicts should continue to be resolved.

SYNCMGR_PNS_DEFAULT

The default conflict presenter should be used.

SYNCMGR_PNS_CANCEL

All conflict resolution should be canceled.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Syncmgr.h

IDL

Syncmgr.idl

See also

ISyncMgrConflictResolveInfo::SetPresenterNextStep
ISyncMgrConflictResolveInfo::GetPresenterNextStep

 

 

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.