IDebugField:: GetType

此方法获取域的类型。

HRESULT GetType( 
   IDebugField** ppType
);
int GetType(
   out IDebugField ppType
);

参数

  • ppType
    [out] 返回字段类型作为另一 IDebugField 对象。

返回值

如果成功,则返回; S_OK否则,返回错误代码。

请参见

参考

IDebugField