IDebugObject:: SetReferenceValue

将此对象的引用值。

HRESULT SetReferenceValue( 
   IDebugObject* pObject
);
int SetReferenceValue(
   [In] IDebugObject pObject
);

参数

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

备注

此方法使此 IDebugObject 对象对在 pObject 参数为对象的值,引发的任何以前的引用。 请注意此 IDebugObject 对象必须已引用类型。

请参见

参考

IDebugObject

IDebugObject:: GetValue