返回对属性值。
HRESULT GetReference(
IDebugReference2** ppReference
);
int GetReference(
out IDebugReference2 ppReference
);
参数
- ppRererence
[out] 返回表示引用的一 IDebugReference2 对象对属性值。
返回值
如果成功,则返回; S_OK否则,返回错误代码、通常 E_NOTIMPL 或 E_GETREFERENCE_NO_REFERENCE。