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.
Adds an ISingleItemException object to the list that is used to build the knowledge.
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
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.