IKnowledgeBuilder::AddRangeException

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


HRESULT AddRangeException(
  BYTE* pStartId,
  BYTE* pEndId,
  IClockVector* piClockVector);

pStartId

[in] The item ID that starts the range that is associated with the exception.

pEndId

[in] The item ID that ends the range that is associated with the exception.

piClockVector

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

Show: