VirtualBox

儲存庫 vbox 的更動 40891


忽略:
時間撮記:
2012-4-12 上午11:36:42 (13 年 以前)
作者:
vboxsync
訊息:

VBoxTray: updates for guest property monitor

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxLA.cpp

    r40866 r40891  
    11461146    LALOG(("VBoxTray: VBoxLAInit\n"));
    11471147
    1148     dwValue = 0;
     1148    /* DetachOnDisconnect is enabled by default. */
     1149    dwValue = 0x02;
    11491150    if (   laGetRegistryDWORD(L"SOFTWARE\\Oracle\\VirtualBox Guest Additions", L"VBoxTrayLA", &dwValue)
    1150         && (dwValue & 0x02) != 0)
     1151        && (dwValue & 0x02) == 0)
     1152    {
     1153         gCtx.fDetachOnDisconnect = false;
     1154    }
     1155    else
    11511156    {
    11521157         gCtx.fDetachOnDisconnect = true;
    11531158    }
    1154     else
    1155     {
    1156          gCtx.fDetachOnDisconnect = false;
    1157     }
    1158 
    1159     LALOG(("VBoxTray: VBoxLAInit: VBoxTrayLA %x\n", dwValue));
     1159
     1160    LALOGFORCE(("VBoxTray: VBoxLAInit: dod %d, VBoxTrayLA %x\n", gCtx.fDetachOnDisconnect, dwValue));
    11601161
    11611162    int rc = VbglR3GuestPropConnect(&gCtx.u32GuestPropHandle);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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