IDebugHostField2::GetContainingType 方法 (dbgmodel.h)

GetContainingType 方法返回包含父级的类型(包含此符号的类型)。

语法

HRESULT GetContainingType(
  IDebugHostType3 **containingParentType
);

参数

containingParentType

指向一个指针变量的指针,该变量接收包含父类型的 IDebugHostType3 接口

返回值

如果方法成功,则返回S_OK。 否则,它将返回 HRESULT 错误代码。

要求

要求 价值
标头 dbgmodel.h

另请参阅

IDebugHostField2 接口