在内核模式驱动程序中访问缓冲区 [英] on accessing the buffer in kernel mode driver

查看:65
本文介绍了在内核模式驱动程序中访问缓冲区的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Windows EC7进行开发。

I am using windows EC7 for our development.

我在内核模式下实现了一个驱动程序,它有接收缓冲区数据的IST。

I implemented a driver in a kernel mode and it has an IST which receive the data on buffer.

在用户模式下运行的另一个驱动程序应该从上述IST访问缓冲区数据。

There is another driver which runs in user mode should access the buffer data from the IST mentioned.

请告知可能的方法来访问所需的数据。  (看起来'extern'将无法解决)

please let know possible methods to access the required data.  (looks like 'extern' won't work out)

问候,

Karthick

推荐答案

查看以下博客和示例代码,以便在内核和用户模式驱动程序之间共享内存。

check out the below blog and sample code for sharing memory between kernel and user mode drivers.

http://vinoth-vinothblog.blogspot.in/2008/11/sharing-blocks-of-memory-between-kernel.html

https://sampmemdrv.codeplex.com/


这篇关于在内核模式驱动程序中访问缓冲区的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆