IConstraintConflict::GetConstraintConflictReason

Gets the reason that the conflict occurred.

Syntax

HRESULT GetConstraintConflictReason(
  CONSTRAINT_CONFLICT_REASON * pConstraintConflictReason);

Parameters

  • pConstraintConflictReason
    [out] Returns the reason that the conflict occurred.

Return Value

  • S_OK

  • E_POINTER

See Also

Reference

IConstraintConflict Interface