IDebugHostData::GetType 方法 (dbgmodel.h)

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

语法

HRESULT GetType(
  IDebugHostType **type
);

参数

type

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

返回值

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

要求

要求
Header dbgmodel.h

另请参阅

IDebugHostData 接口