Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the reason the conflict occurred, when this conflict is a constraint conflict.
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.