IRangeException::GetClockVector

Gets the clock vector that is associated with this exception.


HRESULT GetClockVector(
  REFIID riid,
  IUnknown ** ppUnk);

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.

  • S_OK

  • E_INVALIDARG

  • E_NOINTERFACE

  • E_OUTOFMEMORY

Show: