VirtualBox

Changeset 9883 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jun 23, 2008 3:02:47 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32274
Message:

Main: add the Main part of the guest/host configuration registry

Location:
trunk/src/VBox/Main/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r8155 r9883  
    148148    STDMETHOD(RegisterCallback) (IConsoleCallback *aCallback);
    149149    STDMETHOD(UnregisterCallback)(IConsoleCallback *aCallback);
     150    STDMETHOD(GetConfigRegistryValue)(INPTR BSTR aKey, BSTR *aValue);
     151    STDMETHOD(SetConfigRegistryValue)(INPTR BSTR aKey, INPTR BSTR aValue);
    150152
    151153    // public methods for internal purposes only
  • trunk/src/VBox/Main/include/MachineImpl.h

    r8155 r9883  
    516516    STDMETHOD(CanShowConsoleWindow) (BOOL *aCanShow);
    517517    STDMETHOD(ShowConsoleWindow) (ULONG64 *aWinId);
     518    STDMETHOD(GetConfigRegistryValue) (INPTR BSTR aKey, BSTR *aValue);
     519    STDMETHOD(SetConfigRegistryValue) (INPTR BSTR aKey, INPTR BSTR aValue);
    518520
    519521    // public methods only for internal purposes
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