Share via


IDebugReference2::GetDerivedMostReference

Gets the derived-most reference of a reference. Reserved for future use.

HRESULT GetDerivedMostReference( 
   IDebugReference2** ppDerivedMost
);
int GetDerivedMostReference( 
   out IDebugReference2 ppDerivedMost
);

Parameters

  • ppDerivedMost
    [out] Returns an IDebugReference2 object that represents the derived-most property.

Return Value

Always returns E_NOTIMPL.

Remarks

For example, if this property describes an object that implements ClassRoot but which is actually an instantiation of ClassDerived that is derived from ClassRoot, then this method returns an IDebugReference2 object representing a reference to the ClassDerived object.

See Also

Reference

IDebugReference2