儲存庫 vbox 的更動 37290
- 時間撮記:
- 2011-6-1 下午12:41:30 (13 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win-pnp.cpp
r37288 r37290 246 246 Log(("VBoxGuest::vboxguestwinGuestPnp: QUERY_REMOVE_DEVICE: Next lower driver replied rc = 0x%x\n", rc)); 247 247 248 /* we must not do anything here after doing IoSkip & CallDriver 249 * since the driver below us will complete (or already have completed) the IRP. 250 * I.e. just return the status we got from IoCallDriver */ 248 251 return rc; 249 252 } … … 338 341 Log(("VBoxGuest::vboxguestwinGuestPnp: QUERY_STOP_DEVICE: Next lower driver replied rc = 0x%x\n", rc)); 339 342 343 /* we must not do anything here after doing IoSkip & CallDriver 344 * since the driver below us will complete (or already have completed) the IRP. 345 * I.e. just return the status we got from IoCallDriver */ 340 346 return rc; 341 347 }
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器