zhouweichao
驱动牛犊
驱动牛犊
  • 注册日期2001-03-23
  • 最后登录2005-07-22
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1506回复:5

how to use the named event in driverstudio

楼主#
更多 发布于:2001-10-18 11:11
I read the help,it mentioned that there are three methods to communicate between driver and application,I tried first two, but I can't realize the third,that is -- named event,I first allocate the event in the driver,then I initialized it,I can use it in the driver, but when I use openevent() to access it in application,it returned the error code 2,that is "can't find the file" why?If somebody tried successfully, please let me know .Thanks a lot.
eric_ti
驱动牛犊
驱动牛犊
  • 注册日期2001-03-27
  • 最后登录2003-01-27
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2001-10-23 14:28
Hi,
 I do not know which operating system you use,The win98 name event do not support the name event.
zhouweichao
驱动牛犊
驱动牛犊
  • 注册日期2001-03-23
  • 最后登录2005-07-22
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2001-11-03 22:15
I use win2k. But I tried it out. What a pity, It's no use for me.It can't use the event's method set() or reset() in ring3.Thank you still.
vrian
驱动牛犊
驱动牛犊
  • 注册日期2001-06-15
  • 最后登录2018-05-29
  • 粉丝0
  • 关注0
  • 积分8分
  • 威望40点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
地板#
发布于:2001-11-05 09:32
If the os is win2000, you can create event in application,
then you open it in driver. It works very good .
You can try it again.
Good luck with you!
丈夫自有冲天志,不向如来行处行!
gxzbme
驱动牛犊
驱动牛犊
  • 注册日期2001-08-09
  • 最后登录2006-03-31
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
地下室#
发布于:2001-11-05 20:18
one of the articles post by the manager of this board,
< How to comunicate between app and driver>, he give a example, u can ref. to it.
lu0
lu0
论坛版主
论坛版主
  • 注册日期2001-06-10
  • 最后登录2016-04-05
  • 粉丝2
  • 关注0
  • 积分-6311分
  • 威望21111点
  • 贡献值0点
  • 好评度7点
  • 原创分0分
  • 专家分0分
5楼#
发布于:2001-11-12 14:43
1. Wrong SECURITY DESCRIPTOR will cause a driver created event inaccesable in application. Don't use default SD for the event.
2. \\BaseNamedObjects is the directory your event should resides.
Regards, Lu Lin Webmaster of Inside Programming http://www.lu0s1.com
游客

返回顶部