VirtualBox

Changeset 59368 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Jan 17, 2016 5:48:01 AM (9 years ago)
Author:
vboxsync
Message:

VBoxCOM,VBoxSVC: Call VBoxProxyStub to gently update the MS COM registrations for the VBox components (requires VBOX_WITH_MIDL_PROXY_STUB=1).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/com.h

    r58110 r59368  
    4141 *  willing to perform COM operations.
    4242 *
    43  *  @param fGui     if call is performed on the GUI thread
     43 *  @param fGui             if call is performed on the GUI thread
     44 *  @param fAutoRegUpdate   if to do auto MS COM registration updates.
    4445 *  @return COM result code
    4546 */
    46 HRESULT Initialize(bool fGui = false);
     47HRESULT Initialize(bool fGui = false, bool fAutoRegUpdate = true);
    4748
    4849/**
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