IChangeApplicationContext::GetChangeApplicationAction

Gets the action a destination provider must take to apply a change.


HRESULT GetChangeApplicationAction(
  CHANGE_APPLICATION_ACTION * pAction);

pAction

[out] Returns the action a destination provider must take to apply a change.

  • S_OK

  • E_POINTER

This method performs the following steps on the change contained in this object:

  1. Detects whether the change is obsolete.

  2. Detects whether the change is in conflict with a destination item.

  3. Resolves conflicts according to the specified conflict resolution policy, when possible.

  4. Returns the action the destination provider must take to apply the change to the destination replica.

Show: