ISyncMgrConflictResolveInfo::GetPresenterNextStep method (syncmgr.h)

Gets what the presenter wants to do as the next step in the sync manager conflict resolution.

Syntax

HRESULT GetPresenterNextStep(
  [out] SYNCMGR_PRESENTER_NEXT_STEP *pnPresenterNextStep
);

Parameters

[out] pnPresenterNextStep

Type: SYNCMGR_PRESENTER_NEXT_STEP*

When this method returns, contains a pointer to the next step in 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::SetPresenterNextStep