IChangeApplicationServices::Initialize

Initializes the change application service object. This method must be called before any other methods.


HRESULT Initialize(
  CONFLICT_RESOLUTION_POLICY resolutionPolicy,
  ISyncSessionState * pSyncSessionState);

resolutionPolicy

[in] The conflict resolution policy that is used to resolve concurrency conflicts.

pSyncSessionState

[in, unique] Information about the current synchronization session. Can be NULL.

  • S_OK.

  • E_INVALIDARG when resolutionPolicy is value that is not valid.

Show: