IDebugHostType2::GetFunctionInstancePointerType 方法 (dbgmodel.h)

指示传递给函数的实例 (“this”) 指针的类型。 如果函数不是类上的实例方法,此方法将失败。

语法

HRESULT GetFunctionInstancePointerType(
  IDebugHostType2 **instancePointerType
);

参数

instancePointerType

实例指针类型。

返回值

此方法返回 HRESULT,指示成功或失败。

要求

要求 价值
标头 dbgmodel.h

另请参阅

IDebugHostType2 接口