随笔 - 60  文章 - 5  trackbacks - 0
<2011年10月>
2526272829301
2345678
9101112131415
16171819202122
23242526272829
303112345

常用链接

留言簿(2)

随笔分类(42)

随笔档案(60)

文章档案(2)

我收藏的博客

搜索

  •  

最新评论

阅读排行榜

评论排行榜

【DriverEntry】
Each driver must have a [DriverEntry] routine,which initializes driver-wide data structures and resources.The I/O manager calls the DriverEntry routine when it loads the driver.
DriverEntry is the first routine called after a driver loaded,and is responsible for initializing the driver.
DriverEntry routine are called in the context of a system thread at IRQL=PASSIVE_LEVEL.


posted on 2009-05-31 14:25 黄剑父 阅读(145) 评论(0)  编辑 收藏 引用 所属分类: 驱动开发