ISingleItemException::GetClockVector
Gets the clock vector that is associated with the item exception.
HRESULT GetClockVector(
REFIID riid,
IUnknown ** ppUnk);
Parameters
- riid
[in] The IID of the object to retrieve. Must be IID_IEnumClockVector.
- ppUnk
[out, riid_is(riid)] Returns an object that implements riid and represents the clock vector that is associated with this exception.
Return Value
S_OK
E_INVALIDARG