VirtualBox

Changeset 37709 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 30, 2011 1:51:51 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72570
Message:

Main/MediumAttachment+Machine: add a setting which controls the guest-triggered medium eject behavior, fix handling "implicit" media, and corresponding VBoxManage and documentation updates

File:
1 edited

Legend:

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

    r37502 r37709  
    806806        : deviceType(DeviceType_Null),
    807807          fPassThrough(false),
     808          fTempEject(false),
    808809          lPort(0),
    809810          lDevice(0)
     
    816817    // DVDs can be in pass-through mode:
    817818    bool                fPassThrough;
     819
     820    // Whether guest-triggered eject of DVDs will keep the medium in the
     821    // VM config or not:
     822    bool                fTempEject;
    818823
    819824    int32_t             lPort;
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