IDebugHostBaseClass2::GetType 方法 (dbgmodel.h)

如果符号具有类型,则返回符号的“int *”类型。 如果符号没有类型,则返回错误。

语法

HRESULT GetType(
  IDebugHostType **type
);

参数

type

此处将返回符号的类型。

返回值

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

要求

要求 价值
标头 dbgmodel.h

另请参阅

IDebugHostBaseClass2 接口