VirtualBox

Ignore:
Timestamp:
Jul 24, 2009 12:46:37 PM (15 years ago)
Author:
vboxsync
Message:

API: fix build breakage caused by missing code for Windows, to make IVirtualBoxErrorInfo consistent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/VirtualBoxErrorInfoImpl.cpp

    r21783 r21786  
    119119STDMETHODIMP VirtualBoxErrorInfo::GetGUID (GUID *guid)
    120120{
    121     return COMGETTER(InterfaceID) (guid);
     121    Bstr iid;
     122    HRESULT rc = COMGETTER(InterfaceID) (iid.asOutParam());
     123    if (SUCCEEDED(rc))
     124        *guid = Guid(iid);
     125    return rc;
    122126}
    123127
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