Edit

Share via


IDebugReference2::GetParent

Gets the parent reference of a reference. Reserved for future use.

Syntax

int GetParent ( 
   out IDebugReference2 ppParent
);

Parameters

ppParent
[out] Returns an IDebugReference2 object that represents the parent of this property.

Return Value

Always returns E_NOTIMPL.

See also