Windows系统通知事件服务&自定义事件
我知道通过 Windows 系统通知事件服务 (SNES),我可以订阅许多不同的系统事件。
是否可以创建我自己的系统事件类型并将事件发布到系统通知事件服务?
I know with the Windows System Notification Event Service (SNES) I can subscribe to many different system events.
Is it possible to create my own type of System Event and publish events to the System Notification Event Service?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过开发自己的 COM 对象并查看这些事件是否被 SENS 服务捕获?如果是这样,您应该能够根据 CLSID 创建侦听器。
Have you tried developing your own COM object and seeing if these events are captured by the SENS service? If so, you should be able to create a listener based on the CLSID.