ISyncChange::GetFlags

Gets flags that are associated with this change.


HRESULT GetFlags(
  DWORD * pdwFlags);

pdwFlags

[out] Returns the flags that are associated with this change. This will be a combination of SYNC_CHANGE_FLAG Flags values.

  • S_OK

  • E_POINTER

The following table shows which values the source and destination provider can use for this property, and describes what each value indicates.

SYNC_CHANGE_FLAG value

Provider

Indicates

SYNC_CHANGE_FLAG_DELETED

Source or destination

The item previously existed in the replica but has been deleted.

SYNC_CHANGE_FLAG_DOES_NOT_EXIST

Destination only

The item does not exist in the destination replica.

Show: