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.
Sets the clock vector that is used to build the knowledge.
HRESULT SetClockVector(
IClockVector* piClockVector);
Parameters
- piClockVector
[in] The clock vector that is used to build the knowledge.
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.