IDebugHostConstant::GetType 方法 (dbgmodel.h)

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

语法

HRESULT GetType(
  IDebugHostType **type
);

参数

type

符号的类型将在此处返回。

返回值

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

要求

要求
Header dbgmodel.h

另请参阅

IDebugHostConstant 接口