ILoggedConflict::GetConflictReason

Gets the reason the conflict occurred, when this conflict is a constraint conflict.


HRESULT GetConflictReason(
  CONSTRAINT_CONFLICT_REASON * pconstraintConflictReason);

pconstraintConflictReason

[in, out] Returns the reason the conflict occurred, when this conflict is a constraint conflict.

  • S_OK.

  • S_FALSE when this conflict is not a constraint conflict.

  • E_POINTER.

Show: