Changeset 59368 in vbox for trunk/include/VBox/com
- Timestamp:
- Jan 17, 2016 5:48:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/com.h
r58110 r59368 41 41 * willing to perform COM operations. 42 42 * 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. 44 45 * @return COM result code 45 46 */ 46 HRESULT Initialize(bool fGui = false );47 HRESULT Initialize(bool fGui = false, bool fAutoRegUpdate = true); 47 48 48 49 /**
Note:
See TracChangeset
for help on using the changeset viewer.