SYNCMGR_PRESENTER_NEXT_STEP enumeration (syncmgr.h)

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,
  SYNCMGR_PNS_CANCEL
} ;

Constants

 
SYNCMGR_PNS_CONTINUE
Value: 0
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

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header syncmgr.h

See also

ISyncMgrConflictResolveInfo::GetPresenterNextStep

ISyncMgrConflictResolveInfo::SetPresenterNextStep