Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.