开发者

how to pass information from kernel mode to user mode in VC++?

开发者 https://www.devze.com 2023-02-01 11:20 出处:网络
how to pass information from kernel mode to user mode in VC++ ? Any help is high开发者_StackOverflow中文版ly appreciated.To use kernel mode routines, one has to install Windows Driver Kit.

how to pass information from kernel mode to user mode in VC++ ? Any help is high开发者_StackOverflow中文版ly appreciated.


To use kernel mode routines, one has to install Windows Driver Kit. It is not something that can be explained in one post, so I'd recommend you to take a look into Kernel-Mode Architecture Guide in Windows Driver Kit (WDK) documentation.

0

精彩评论

暂无评论...
验证码 换一张
取 消