ISyncMgrConflictResolveInfo::SetPresenterNextStep method
Sets what the presenter wants to do as the next step in the sync manager conflict resolution.
Syntax
HRESULT SetPresenterNextStep(
[in] SYNCMGR_PRESENTER_NEXT_STEP nPresenterNextStep
);
Parameters
- nPresenterNextStep [in]
-
Type: SYNCMGR_PRESENTER_NEXT_STEP
The next step in the conflict resolution. One of the members of the SYNCMGR_PRESENTER_NEXT_STEP enumeration.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: