Changeset 32531 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Sep 15, 2010 5:04:48 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65913
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r32448 r32531 7204 7204 name="ISystemProperties" 7205 7205 extends="$unknown" 7206 uuid=" ee9e41c6-8fbe-490b-8602-6272507ed98b"7206 uuid="5e54e767-293c-441b-a5e4-03a1fdbc0dcb" 7207 7207 wsmap="managed" 7208 7208 > … … 7244 7244 </attribute> 7245 7245 7246 <attribute name="maxVDISize" type="long long" readonly="yes"> 7247 <desc>Maximum size of a virtual disk image in Megabytes.</desc> 7246 <attribute name="infoVDSize" type="long long" readonly="yes"> 7247 <desc>Maximum size of a virtual disk image in bytes. Informational value, 7248 does not reflect the limits of any virtual disk image format.</desc> 7248 7249 </attribute> 7249 7250 … … 7415 7416 <desc>Issue a warning if the free disk space is below (or in some disk 7416 7417 intensive operation is expected to go below) the given size in 7417 Megabytes.</desc>7418 bytes.</desc> 7418 7419 </attribute> 7419 7420 … … 7426 7427 <desc>Issue an error if the free disk space is below (or in some disk 7427 7428 intensive operation is expected to go below) the given size in 7428 Megabytes.</desc>7429 bytes.</desc> 7429 7430 </attribute> 7430 7431 … … 7583 7584 <interface 7584 7585 name="IGuestOSType" extends="$unknown" 7585 uuid="4 fd9cc6e-f5d4-4d00-abad-5bcd1b942281"7586 uuid="432c1546-1354-4abf-bf08-878a32a373f5" 7586 7587 wsmap="struct" 7587 7588 > … … 7625 7626 </attribute> 7626 7627 7627 <attribute name="recommendedHDD" type=" unsignedlong" readonly="yes">7628 <desc>Recommended hard disk size in Megabytes.</desc>7628 <attribute name="recommendedHDD" type="long long" readonly="yes"> 7629 <desc>Recommended hard disk size in bytes.</desc> 7629 7630 </attribute> 7630 7631 … … 8560 8561 <interface 8561 8562 name="IMedium" extends="$unknown" 8562 uuid=" 858ea9d3-9ade-4aa7-91b7-d8a40f8f9b16"8563 uuid="bfcf5b8c-5155-4f24-9414-9457054b16db" 8563 8564 wsmap="managed" 8564 8565 > … … 9133 9134 <attribute name="logicalSize" type="long long" readonly="yes"> 9134 9135 <desc> 9135 Logical size of this medium (in megabytes), as reported to the9136 Logical size of this medium (in bytes), as reported to the 9136 9137 guest OS running inside the virtual machine this medium is 9137 9138 attached to. The logical size is defined when the medium is created … … 9644 9645 </desc> 9645 9646 <param name="logicalSize" type="long long" dir="in"> 9646 <desc>Maximum logical size of the medium in megabytes.</desc>9647 <desc>Maximum logical size of the medium in bytes.</desc> 9647 9648 </param> 9648 9649 <param name="variant" type="MediumVariant" dir="in"> … … 9918 9919 </desc> 9919 9920 <param name="logicalSize" type="long long" dir="in"> 9920 <desc>New nominal capacity of the medium in megabytes.</desc>9921 <desc>New nominal capacity of the medium in bytes.</desc> 9921 9922 </param> 9922 9923 <param name="progress" type="IProgress" dir="return"> … … 9981 9982 <enum 9982 9983 name="MediumFormatCapabilities" 9983 uuid=" 70fcf810-99e8-4edc-aee4-7f51d489e657"9984 uuid="be44ec10-9540-4d3f-aee5-4a4d4c4ad42c" 9984 9985 > 9985 9986 <desc> … … 10042 10043 </const> 10043 10044 10044 <const name="CapabilityMask" value="0xFF"/> 10045 <const name="TcpNetworking" value="0x100"> 10046 <desc> 10047 The format backend uses the TCP networking interface for network access. 10048 </desc> 10049 </const> 10050 10051 <const name="CapabilityMask" value="0x1FF"/> 10045 10052 </enum> 10046 10053
Note:
See TracChangeset
for help on using the changeset viewer.