ISaveChangeWithChangeUnitsContext::GetActionForChangeUnit

Gets the action to use when the specified change unit change is being saved.


HRESULT GetActionForChangeUnit(
  ISyncChangeUnit * pChangeUnit,
  SYNC_SAVE_ACTION * pssa);

pChangeUnit

[in] The change unit change to be saved.

pssa

[out] Returns the action to use when the specified change unit change is being saved.

  • S_OK

  • E_POINTER

Show: