Share via


IChangeUnitException::GetClockVector

Gets the clock vector that is associated with this 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 that represents the clock vector that is associated with this exception.

Return Value

  • S_OK

  • E_INVALIDARG

See Also

Reference

IChangeUnitException Interface