IDebugStackFrame2:: GetDebugProperty

获取堆栈帧的属性的描述。

HRESULT GetDebugProperty ( 
   IDebugProperty2** ppDebugProp
);
int GetDebugProperty ( 
   out IDebugProperty2 ppDebugProp
);

参数

  • ppDebugProp
    [out] 返回描述此堆栈帧属性的 IDebugProperty2 对象。

返回值

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

备注

调用带有适当的筛选器的 IDebugProperty2:: EnumChildren 方法可以检索局部变量、方法参数、注册和 “this”指针与堆栈帧。

请参见

参考

IDebugStackFrame2

IDebugProperty2