How to display a pop-up message box from a driver (kernel mode)?

前端 未结 2 1839
慢半拍i
慢半拍i 2021-02-06 13:49

I\'m writing a driver which needs to immediately pop up a dialog to notify the user of an event.
(Kind of similar to NTFS\'s \"Corrupt file\" notification, except t

2条回答
  •  佛祖请我去吃肉
    2021-02-06 14:03

    I Don't think that without an application(or a service) running in the user mode you can load a driver in the memory(even if it is going to be a filter driver).

提交回复
热议问题