VirtualBox

儲存庫 vbox 的更動 37290


忽略:
時間撮記:
2011-6-1 下午12:41:30 (13 年 以前)
作者:
vboxsync
訊息:

VBoxGuest/win: comments

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win-pnp.cpp

    r37288 r37290  
    246246                Log(("VBoxGuest::vboxguestwinGuestPnp: QUERY_REMOVE_DEVICE: Next lower driver replied rc = 0x%x\n", rc));
    247247
     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 */
    248251                return rc;
    249252            }
     
    338341                Log(("VBoxGuest::vboxguestwinGuestPnp: QUERY_STOP_DEVICE: Next lower driver replied rc = 0x%x\n", rc));
    339342
     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 */
    340346                return rc;
    341347            }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette