Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_CONTINUEValue: 0 The conflict has been resolved and subsequent selected conflicts should continue to be resolved. |
SYNCMGR_PNS_DEFAULTThe default conflict presenter should be used. |
SYNCMGR_PNS_CANCELAll 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 |