VirtualBox

Ignore:
Timestamp:
Oct 10, 2008 11:27:30 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37684
Message:

Main: use the HGCM guest property change notification interface and do some clean ups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r12911 r13165  
    18101810            pConsole->mVMMDev->hgcmHostCall ("VBoxGuestPropSvc", guestProp::SET_CFGM_NODE, 3, &parms[0]);
    18111811
     1812            /* Register the host notification callback */
     1813            parms[0].type = VBOX_HGCM_SVC_PARM_CALLBACK;
     1814            parms[0].u.callback.pFunction = Console::doGuestPropNotification;
     1815            parms[0].u.callback.pvData = pvConsole;
     1816
     1817            pConsole->mVMMDev->hgcmHostCall ("VBoxGuestPropSvc", guestProp::REGISTER_CALLBACK, 1, &parms[0]);
     1818
    18121819            Log(("Set VBoxGuestPropSvc property store\n"));
    18131820        }
Note: See TracChangeset for help on using the changeset viewer.

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