ISyncMgrResolutionHandler::QueryAbilities method (syncmgr.h)

Determines what options the conflict presenter will display.

Syntax

HRESULT QueryAbilities(
  [out] SYNCMGR_RESOLUTION_ABILITIES_FLAGS *pdwAbilities
);

Parameters

[out] pdwAbilities

Type: SYNCMGR_RESOLUTION_ABILITIES_FLAGS*

When this method returns, contains one of the SYNCMGR_RESOLUTION_ABILITIES enumerated type.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The handler exposes how a conflict can be resolved by calling this method. The result of this method determines what options the conflict presenter displays, and as a result, how other methods in this interface are called.

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