VirtualBox

Ignore:
Timestamp:
Apr 28, 2009 1:19:14 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46627
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/Frontends/VBoxManage/VBoxManageHostonly.cpp

    r18843 r19239  
    114114    CHECK_ERROR(host, FindHostNetworkInterfaceByName(name, hif.asOutParam()));
    115115
    116     GUID guid;
    117     CHECK_ERROR(hif, COMGETTER(Id)(&guid));
     116    Bstr guid;
     117    CHECK_ERROR(hif, COMGETTER(Id)(guid.asOutParam()));
    118118
    119119    ComPtr<IProgress> progress;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette