Share via


IKnowledgeBuilder::AddChangeUnitException

Adds an IChangeUnitException object to the list that is used to build the knowledge.

Syntax

HRESULT AddChangeUnitException(
  BYTE* pItemId,
  BYTE* pChangeUnitId,
  IClockVector* piClockVector);

Parameters

  • pItemId
    [in] The ID of the item that contains the change unit that is associated with the exception.

  • pChangeUnitId
    [in] The ID of the change unit that is associated with the exception.

  • piClockVector
    [in] The clock vector associated with the exception.

Return Value

See Also

Reference

IKnowledgeBuilder Interface