Share via


ILoggedConflict::GetConflictReason

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

Syntax

HRESULT GetConflictReason(
  CONSTRAINT_CONFLICT_REASON * pconstraintConflictReason);

Parameters

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

Return Value

  • S_OK.

  • S_FALSE when this conflict is not a constraint conflict.

  • E_POINTER.

See Also

Reference

ILoggedConflict Interface