ISyncMgrConflictResolveInfo::SetPresenterNextStep method (syncmgr.h)

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

[in] nPresenterNextStep

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

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

See also

ISyncMgrConflictResolveInfo

ISyncMgrConflictResolveInfo::GetPresenterNextStep