หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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 |