zljabc
驱动牛犊
驱动牛犊
  • 注册日期2001-11-25
  • 最后登录2002-05-16
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1158回复:0

filedisk

楼主#
更多 发布于:2002-03-14 10:17
I am studing the filedisk source code.
I want to know the reason why there hasn\'t IoAttachDeviceToDeviceStack  behind IoCreateDevice .

In the function of FileDiskThread,it wait for request_event,
I want to know where the request_event is seted signed .
In the filedisk.
it call \" KeSetEvent(&device_extension->request_event,(KPRIORITY) 0,FALSE);\" five times,        
but hasn\'t call
\" KeSetEvent(&device_extension->request_event,(KPRIORITY) 0,
TRUE);\"              
            
My filedisk project include filedisk.c and filedisk.h.
The version of file is 1,0,0,7
游客

返回顶部