Changeset 78108 in vbox for trunk/include/VBox/com
- Timestamp:
- Apr 11, 2019 12:32:31 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129967
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/com.h
r78088 r78108 53 53 /** 54 54 * Initializes the COM runtime. 55 * 55 56 * Must be called on the main thread, before any COM activity in any thread, and by any thread 56 57 * willing to perform COM operations. 57 58 * 58 * @param fGui if call is performed on the GUI thread59 * @param fAutoRegUpdate if to do auto MS COM registration updates.60 * @param fNoComPatching Set this to skip the COM patching.61 59 * @return COM result code 62 60 */ … … 65 63 /** 66 64 * Shuts down the COM runtime. 65 * 67 66 * Must be called on the main thread before termination. 68 67 * No COM calls may be made in any thread after this method returns. … … 72 71 /** 73 72 * Resolves a given interface ID to a string containing the interface name. 73 * 74 74 * If, for some reason, the given IID cannot be resolved to a name, a NULL 75 75 * string is returned. A non-NULL string returned by this function must be
Note:
See TracChangeset
for help on using the changeset viewer.