VirtualBox

Changeset 36439 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Mar 25, 2011 4:19:12 PM (14 years ago)
Author:
vboxsync
Message:

Init COM for all EMTS and PDMThreads.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp

    r36027 r36439  
    39553955    size_t cntSpawned = 0;
    39563956
     3957    VirtualBoxBase::initializeComForThread();
     3958
    39573959#if defined(RT_OS_WINDOWS)
    39583960
    3959     HRESULT hrc = CoInitializeEx(NULL,
    3960                                  COINIT_MULTITHREADED | COINIT_DISABLE_OLE1DDE |
    3961                                  COINIT_SPEED_OVER_MEMORY);
    3962     AssertComRC(hrc);
     3961    HRESULT hrc;
    39633962
    39643963    /// @todo (dmik) processes reaping!
     
    44134412#endif
    44144413
     4414    VirtualBoxBase::uninitializeComForThread();
    44154415    LogFlowFuncLeave();
    44164416    return 0;
Note: See TracChangeset for help on using the changeset viewer.

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