日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Standard Driver Routines(标准驱动程序)

發布時間:2025/3/15 编程问答 24 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Standard Driver Routines(标准驱动程序) 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

標準驅動程序

This section describes the required and optional routines that you must implement in your driver to respond to calls from Windows or other drivers.
本節介紹當驅動被Windows或其它驅動程序調用時,為了做出適當的回應,你的驅動必須實現的必需和可選的例程。
When these routines are called, your code must respond to the call and return the appropriate data in a timely manner.
當這些例程被調用時,你的驅動必須及時的做出響應,并返回恰當的數據。
The following routines are required for all drivers:
以下例程是所有驅動都必須實現的:
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.
本節列出的其它例程都是根據你所寫驅動的類型以及驅動在設備棧中的位置,你可能要實現的例程。

轉載于:https://www.cnblogs.com/bqrm/archive/2013/05/29/3107026.html

總結

以上是生活随笔為你收集整理的Standard Driver Routines(标准驱动程序)的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。