【发布时间】:2016-09-26 08:42:58
【问题描述】:
我已经在 Windows 7 上安装了 Windows SDK 7.1 以获得 IDOMCustomEvent 接口,该接口应该存在于“Windows Vista with SP1,Windows 7”的 mshtml.h 中。
我已经 grepped 了整个 SDK 包含目录,但它不存在(但 mshtml.h 存在)。这个界面怎么获取?
我的要求是从 C++ 将 CustomEvents 触发到 IE11 中。任何实现这一点的方法都是可以接受的。
【问题讨论】:
-
我在 Windows SDK 8.1 中找到了这个接口,但根据微软的说法,它应该存在于 Windows 7 中。
标签: windows internet-explorer sdk custom-event