VirtualBox

Ignore:
Timestamp:
Apr 28, 2009 1:19:14 PM (16 years ago)
Author:
vboxsync
Message:

Main: support for using VBox from Python on Windows (still certain limitation apply, such as enum visibility)

File:
1 edited

Legend:

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

    r15051 r19239  
    132132/////////////////////////////////////////////////////////////////////////////
    133133
    134 STDMETHODIMP RemoteUSBDevice::COMGETTER(Id) (OUT_GUID aId)
     134STDMETHODIMP RemoteUSBDevice::COMGETTER(Id) (BSTR *aId)
    135135{
    136136    CheckComArgOutPointerValid(aId);
     
    140140
    141141    /* this is const, no need to lock */
    142     mData.id.cloneTo (aId);
     142    Bstr(mData.id).cloneTo (aId);
    143143
    144144    return S_OK;
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