VirtualBox

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


Ignore:
Timestamp:
Dec 4, 2018 9:08:55 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127171
Message:

Main: Load VBoxGuestPropSvc from the VMMDev driver.

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

Legend:

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

    r75853 r75955  
    291291     *
    292292     * @returns COM status code.
    293      * @þaram   strCfg    The config for the disks.
    294      *
    295      * @note: One line in the config string contains all required data for one disk.
     293     * @param   strCfg    The config for the disks.
     294     *
     295     * @note  One line in the config string contains all required data for one disk.
    296296     *        The format for one disk is some sort of comma separated value using
    297297     *        key=value pairs.
     
    302302     */
    303303    HRESULT i_setDiskEncryptionKeys(const Utf8Str &strCfg);
     304
     305
     306#ifdef VBOX_WITH_GUEST_PROPS
     307    // VMMDev needs:
     308    HRESULT                     i_pullGuestProperties(ComSafeArrayOut(BSTR, names), ComSafeArrayOut(BSTR, values),
     309                                                      ComSafeArrayOut(LONG64, timestamps), ComSafeArrayOut(BSTR, flags));
     310    static DECLCALLBACK(int)    i_doGuestPropNotification(void *pvExtension, uint32_t, void *pvParms, uint32_t cbParms);
     311#endif
    304312
    305313private:
     
    739747                        bool fAttachDetach, bool fIgnoreConnectFailure);
    740748    int i_configSerialPort(PCFGMNODE pInst, PortMode_T ePortMode, const char *pszPath, bool fServer);
    741     static DECLCALLBACK(int) i_configGuestProperties(void *pvConsole);
    742749    static DECLCALLBACK(void) i_vmstateChangeCallback(PUVM pUVM, VMSTATE enmState, VMSTATE enmOldState, void *pvUser);
    743750    static DECLCALLBACK(int) i_unplugCpu(Console *pThis, PUVM pUVM, VMCPUID idCpu);
     
    836843
    837844#ifdef VBOX_WITH_GUEST_PROPS
    838     static DECLCALLBACK(int)    i_doGuestPropNotification(void *pvExtension, uint32_t, void *pvParms, uint32_t cbParms);
    839845    HRESULT                     i_doEnumerateGuestProperties(const Utf8Str &aPatterns,
    840846                                                             std::vector<Utf8Str> &aNames,
  • trunk/src/VBox/Main/include/VMMDev.h

    r75574 r75955  
    5959    int hgcmLoadService (const char *pszServiceLibrary, const char *pszServiceName);
    6060    int hgcmHostCall (const char *pszServiceName, uint32_t u32Function, uint32_t cParms, PVBOXHGCMSVCPARM paParms);
    61 #ifdef VBOX_WITH_CRHGSMI
     61# ifdef VBOX_WITH_CRHGSMI
    6262    int hgcmHostSvcHandleCreate (const char *pszServiceName, HGCMCVSHANDLE * phSvc);
    6363    int hgcmHostSvcHandleDestroy (HGCMCVSHANDLE hSvc);
    6464    int hgcmHostFastCallAsync (HGCMCVSHANDLE hSvc, uint32_t function, PVBOXHGCMSVCPARM pParm, PHGCMHOSTFASTCALLCB pfnCompletion, void *pvCompletion);
    65 #endif
     65# endif
    6666    void hgcmShutdown(bool fUvmIsInvalid = false);
    6767
     
    7070
    7171private:
     72#ifdef VBOX_WITH_HGCM
     73# ifdef VBOX_WITH_GUEST_PROPS
     74    void i_guestPropSetMultiple(void *names, void *values, void *timestamps, void *flags);
     75    void i_guestPropSet(const char *pszName, const char *pszValue, const char *pszFlags);
     76    int  i_guestPropSetGlobalPropertyFlags(uint32_t fFlags);
     77    int  i_guestPropLoadAndConfigure();
     78# endif
     79#endif
     80
    7281    static DECLCALLBACK(void *) drvQueryInterface(PPDMIBASE pInterface, const char *pszIID);
    7382    static DECLCALLBACK(int)    drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);
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