随笔 - 60  文章 - 5  trackbacks - 0
<2011年4月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

常用链接

留言簿(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 黄剑父 阅读(146) 评论(0)  编辑 收藏 引用 所属分类: 驱动开发