IDebugHostType::IsGeneric 方法 (dbgmodel.h)

返回类型是泛型还是模板。

语法

HRESULT IsGeneric(
  bool *isGeneric
);

参数

isGeneric

此处返回指示类型是泛型类型还是模板类型。

返回值

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

要求

要求
Header dbgmodel.h

另请参阅

IDebugHostType 接口