Changeset 81299 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 16, 2019 7:32:48 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 134004
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r81286 r81299 5197 5197 <interface 5198 5198 name="IBIOSSettings" extends="$unknown" 5199 uuid=" f13f667d-3624-4ac5-99c1-3d982ebd8d98"5199 uuid="73af4152-7e67-4144-bf34-41c38e8b4cc7" 5200 5200 wsmap="managed" 5201 5201 reservedMethods="1" reservedAttributes="8" … … 5262 5262 </attribute> 5263 5263 5264 <attribute name="nonVolatileStorageEnabled" type="boolean">5265 <desc>5266 Controls the non-volatile memory device presence. If set, VirtualBox5267 will store the content in a file whose path can be queried with the5268 <link to="#nonVolatileStorageFile"/> attribute.5269 </desc>5270 </attribute>5271 5272 5264 <attribute name="nonVolatileStorageFile" type="wstring" readonly="yes"> 5273 5265 <desc> 5274 5266 The location of the file storing the non-volatile memory content when 5275 5267 the VM is powered off. The file does not always exist. 5276 5277 This feature will be realized after VirtualBox v4.3.0.5278 5268 </desc> 5279 5269 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.