Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the clock vector that defines the changes that are contained in the knowledge.
HRESULT GetScopeVector(
REFIID riid,
IUnknown **ppUnk);
Parameters
- riid
[in] The IID of the object to retrieve. Must be IID_IClockVector.
- ppUnk
[out, riid_is(riid)] Returns an object that implements riid and that represents the clock vector that defines the changes that are contained in the knowledge.
Return Value
S_OK
E_INVALIDARG
E_NOINTERFACE
E_OUTOFMEMORY
Remarks
Be aware that there is no single representation of knowledge. Equivalent knowledge might be represented in different forms and return different values from GetScopeVector.