VirtualBox

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


Ignore:
Timestamp:
Apr 11, 2019 12:32:31 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129967
Message:

Main/glue: Consolidated the bool parameters of com::Initialize() into a bit mask; added COM hack to prevent out-of-process IRundown::DoCallback calls. [doxyfix] bugref:9425

File:
1 edited

Legend:

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

    r78088 r78108  
    5353/**
    5454 *  Initializes the COM runtime.
     55 *
    5556 *  Must be called on the main thread, before any COM activity in any thread, and by any thread
    5657 *  willing to perform COM operations.
    5758 *
    58  *  @param fGui             if call is performed on the GUI thread
    59  *  @param fAutoRegUpdate   if to do auto MS COM registration updates.
    60  *  @param fNoComPatching   Set this to skip the COM patching.
    6159 *  @return COM result code
    6260 */
     
    6563/**
    6664 *  Shuts down the COM runtime.
     65 *
    6766 *  Must be called on the main thread before termination.
    6867 *  No COM calls may be made in any thread after this method returns.
     
    7271/**
    7372 *  Resolves a given interface ID to a string containing the interface name.
     73 *
    7474 *  If, for some reason, the given IID cannot be resolved to a name, a NULL
    7575 *  string is returned. A non-NULL string returned by this function must be
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