获取父引用。 保留供将来使用。
HRESULT GetParent (
IDebugReference2** ppParent
);
int GetParent (
out IDebugReference2 ppParent
);
参数
- ppParent
[out] 返回表示此属性的父级的 IDebugReference2 对象。
返回值
始终返回 E_NOTIMPL。
获取父引用。 保留供将来使用。
HRESULT GetParent (
IDebugReference2** ppParent
);
int GetParent (
out IDebugReference2 ppParent
);
始终返回 E_NOTIMPL。