IKnowledgeBuilder::AddRangeException
Adds an IRangeException object to the list that is used to build the knowledge.
HRESULT AddRangeException(
BYTE* pStartId,
BYTE* pEndId,
IClockVector* piClockVector);
Parameters
- 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.
Return Value
S_OK
E_POINTER
SYNC_E_INVALIDOPERATION if the IKnowledgeBuilder object is in an improper state, such as when IKnowledgeBuilder::Initialize has not been called.