IDebugHostType2::GetFunctionInstancePointerType 方法 (dbgmodel.h)

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

语法

HRESULT GetFunctionInstancePointerType(
  IDebugHostType2 **instancePointerType
);

参数

instancePointerType

实例指针类型。

返回值

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

要求

要求
Header dbgmodel.h

另请参阅

IDebugHostType2 接口