IDebugReference2::GetDerivedMostReference
Gets the derived-most reference of a reference. Reserved for future use.
Syntax
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.