IFeedClockVector::IsNoConflictsSpecified

Gets a value that indicates whether conflicts are preserved for the FeedSync item.


HRESULT IsNoConflictsSpecified (
  BOOL* pfIsNoConflictsSpecified);

pfIsNoConflictsSpecified

[out] TRUE if conflicts are not preserved for the item; otherwise, FALSE. This value corresponds to the noconflicts attribute of the FeedSync item.

  • S_OK

  • E_POINTER

Show: