ILoggedConflict::GetFlags

Gets flags that are associated with this change.


HRESULT GetFlags(
  DWORD * pdwFlags);

pdwFlags

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

  • S_OK

  • E_POINTER

The following table shows which values can be used for this property, and describes what each value indicates.

SYNC_CHANGE_FLAG value

Indicates

SYNC_CHANGE_FLAG_DELETED

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

SYNC_CHANGE_FLAG_DOES_NOT_EXIST

The item does not exist in the destination replica.

Show: