Changeset 2672 in vbox for trunk/include/VBox/com/com.h
- Timestamp:
- May 16, 2007 3:31:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/com.h
r1 r2672 38 38 39 39 /** 40 * Shut downsthe COM runtime.40 * Shuts down the COM runtime. 41 41 * Must be called on every thread before termination. 42 * No anyCOM calls may be made after this method returns.42 * No COM calls may be made after this method returns. 43 43 */ 44 44 void Shutdown(); 45 46 /** 47 * Resolves a given interface ID to a string containing the interface name. 48 * If, for some reason, the given IID cannot be resolved to a name, a NULL 49 * string is returned. A non-NULL string returned by this funciton must be 50 * freed using SysFreeString(). 51 * 52 * @param aIID ID of the interface to get a name for 53 * @param aName Resolved interface name or @c NULL on error 54 */ 55 void GetInterfaceNameByIID (const GUID &aIID, BSTR *aName); 45 56 46 57 }; // namespace com
Note:
See TracChangeset
for help on using the changeset viewer.