ImplementsHelper 结构

支持WRL基础结构并且不应在代码中直接使用。

template <
   typename RuntimeClassFlagsT,
   typename ILst,
   bool IsDelegateToClass
>
friend struct Details::ImplementsHelper;

参数

  • RuntimeClassFlagsT
    指定一个或多 RuntimeClassType 枚举数标志的字段。

  • ILst
    接口ID列表。

  • IsDelegateToClass
    ,如果实现当前实例是第一个接口ID的基类。ILst,则指定 true ;否则,false。

备注

帮助实现 实现 结构。

此模板遍历接口列表并将它们作为基类和作为必需的信息启用QI。

继承层次结构

ImplementsHelper

要求

标头: implements.h

命名空间: Microsoft::WRL::Details

请参见

参考

Microsoft::WRL::Details 命名空间

其他资源

Reference (Windows Runtime Library)