ISyncMgrConflictResolveInfo::GetPresenterNextStep method
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
- pnPresenterNextStep [out]
-
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
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
Show: