VirtualBox

Changeset 17755 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Mar 12, 2009 3:03:46 PM (16 years ago)
Author:
vboxsync
Message:

Main, OVF: add output IStorageController to IMachine::addStorageController(); add SCSI support to OVF import/export

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r17685 r17755  
    569569    STDMETHOD(EnumerateGuestProperties) (IN_BSTR aPattern, ComSafeArrayOut(BSTR, aNames), ComSafeArrayOut(BSTR, aValues), ComSafeArrayOut(ULONG64, aTimestamps), ComSafeArrayOut(BSTR, aFlags));
    570570    STDMETHOD(GetHardDiskAttachmentsOfController)(IN_BSTR aName, ComSafeArrayOut (IHardDiskAttachment *, aAttachments));
    571     STDMETHOD(AddStorageController) (IN_BSTR aName, StorageBus_T aConnectionType);
     571    STDMETHOD(AddStorageController) (IN_BSTR aName, StorageBus_T aConnectionType, IStorageController **controller);
    572572    STDMETHOD(RemoveStorageController (IN_BSTR aName));
    573573    STDMETHOD(GetStorageControllerByName (IN_BSTR aName, IStorageController **storageController));
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