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 property of a property.
HRESULT GetParent (
IDebugProperty2** ppParent
);
int GetParent (
out IDebugProperty2 ppParent
);
Parameters
- ppParent
[out] Returns an IDebugProperty2 object that represents the parent of the property.
Return Value
If successful, returns S_OK; otherwise returns error code. Returns S_GETPARENT_NO_PARENT if there is no parent.