driverunload 中文意思是什麼

driverunload 解釋
常式
  1. Driverunload ( pdriver _ unload ) points to a cleanup function in your driver

    設備卸載( pdriver _ unload )指的是在你的驅動中的一個清理函數。
  2. If your driverentry routine returns a failure status, the system doesn ' t call your driverunload routine

    如果你的驅動入口程序返回一個錯誤的狀態,系統不調用你的驅動卸載程序。
  3. The driverunload function of a non - wdm driver would use this field to traverse the list of device objects in order to delete them

    一個非wdm驅動的「驅動卸載」函數將使用這個區域來穿過這個設備對象列表以便刪除它們。
  4. If there ' s nothing to clean up, you need to have a driverunload function for the system to be able to unload your driver dynamically

    如果沒什麼需要清理,你需要有一個驅動卸在函數,這樣系統才能夠有能力卸在你的驅動。
  5. These two statements set the function pointers for entry points elsewhere in the driver. i elected to give them simple names indicative of their function : driverunload and adddevice

    在驅動中別的地方,這兩個聲明為入口點設置函數指示器。我建議給它們起簡單的名字來指示它們的函數:驅動卸載和添加設備。
分享友人