VirtualBox

Changeset 2672 in vbox for trunk/include/VBox/com/com.h


Ignore:
Timestamp:
May 16, 2007 3:31:49 PM (18 years ago)
Author:
vboxsync
Message:

Main: Ported latest dmik/exp branch changes (r21219:21226) into the trunk.

File:
1 edited

Legend:

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

    r1 r2672  
    3838
    3939/**
    40  *  Shutdowns the COM runtime.
     40 *  Shuts down the COM runtime.
    4141 *  Must be called on every thread before termination.
    42  *  No any COM calls may be made after this method returns.
     42 *  No COM calls may be made after this method returns.
    4343 */
    4444void 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 */
     55void GetInterfaceNameByIID (const GUID &aIID, BSTR *aName);
    4556
    4657}; // namespace com
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