IChangeApplicationContext::GetChangeApplicationAction
Gets the action a destination provider must take to apply a change.
HRESULT GetChangeApplicationAction(
CHANGE_APPLICATION_ACTION * pAction);
Parameters
- pAction
[out] Returns the action a destination provider must take to apply a change.
Return Value
S_OK
E_POINTER
Remarks
This method performs the following steps on the change contained in this object:
Detects whether the change is obsolete.
Detects whether the change is in conflict with a destination item.
Resolves conflicts according to the specified conflict resolution policy, when possible.
Returns the action the destination provider must take to apply the change to the destination replica.