Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the parent reference of a reference. Reserved for future use.
HRESULT GetParent (
IDebugReference2** ppParent
);
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.