Share via


IKnowledgeBuilder::AddSingleItemException

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

Syntax

HRESULT AddSingleItemException(
  BYTE* pItemId,
  IClockVector* piClockVector);

Parameters

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

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

Return Value

See Also

Reference

IKnowledgeBuilder Interface