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 |
|
|
IDL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012