Standard Driver Routines(标准驱动程序)
標準驅(qū)動程序
This section describes the required and optional routines that you must implement in your driver to respond to calls from Windows or other drivers.
本節(jié)介紹當驅(qū)動被Windows或其它驅(qū)動程序調(diào)用時,為了做出適當?shù)幕貞?yīng),你的驅(qū)動必須實現(xiàn)的必需和可選的例程。
When these routines are called, your code must respond to the call and return the appropriate data in a timely manner.
當這些例程被調(diào)用時,你的驅(qū)動必須及時的做出響應(yīng),并返回恰當?shù)臄?shù)據(jù)。
The following routines are required for all drivers:
以下例程是所有驅(qū)動都必須實現(xiàn)的:
DriverEntry
AddDevice
DispatchXxx (routines beginning with "Dispatch" such as DispatchCreate)
Unload
The other routines in this section are optional,
but you may need to implement them depending on your driver type and the location of your driver in the device stack.
本節(jié)列出的其它例程都是根據(jù)你所寫驅(qū)動的類型以及驅(qū)動在設(shè)備棧中的位置,你可能要實現(xiàn)的例程。
轉(zhuǎn)載于:https://www.cnblogs.com/bqrm/archive/2013/05/29/3107026.html
總結(jié)
以上是生活随笔為你收集整理的Standard Driver Routines(标准驱动程序)的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Oracle 以某字段分组,以某字段排序
- 下一篇: C#集合通论