VirtualBox

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


Ignore:
Timestamp:
Sep 5, 2013 3:35:22 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
88740
Message:

Main/ExtPackManager+Console: add a way to load HGCM modules from an extension pack, contributed by Jeff Westphal (partially rewritten). Thanks!

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

Legend:

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

    r48297 r48313  
    221221    HRESULT onBandwidthGroupChange(IBandwidthGroup *aBandwidthGroup);
    222222    HRESULT onStorageDeviceChange(IMediumAttachment *aMediumAttachment, BOOL aRemove, BOOL aSilent);
     223
    223224    HRESULT getGuestProperty(IN_BSTR aKey, BSTR *aValue, LONG64 *aTimestamp, BSTR *aFlags);
    224225    HRESULT setGuestProperty(IN_BSTR aKey, IN_BSTR aValue, IN_BSTR aFlags);
     
    231232                              ULONG aSourceIdx, ULONG aTargetIdx,
    232233                              IProgress *aProgress);
     234    int hgcmLoadService(const char *pszServiceLibrary, const char *pszServiceName);
    233235    VMMDev *getVMMDev() { return m_pVMMDev; }
    234236    AudioSniffer *getAudioSniffer() { return mAudioSniffer; }
  • trunk/src/VBox/Main/include/ExtPackManagerImpl.h

    r46823 r48313  
    55
    66/*
    7  * Copyright (C) 2010-2012 Oracle Corporation
     7 * Copyright (C) 2010-2013 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    168168    static DECLCALLBACK(int)    hlpGetFilePath(PCVBOXEXTPACKHLP pHlp, const char *pszFilename, char *pszPath, size_t cbPath);
    169169    static DECLCALLBACK(VBOXEXTPACKCTX) hlpGetContext(PCVBOXEXTPACKHLP pHlp);
     170    static DECLCALLBACK(int)    hlpLoadHGCMService(PCVBOXEXTPACKHLP pHlp, VBOXEXTPACK_IF_CS(IConsole) *pConsole, const char *pszServiceLibrary, const char *pszServiceName);
    170171    static DECLCALLBACK(int)    hlpReservedN(PCVBOXEXTPACKHLP pHlp);
    171172    /** @}  */
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