Changeset 10896 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jul 25, 2008 11:58:01 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33722
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r10797 r10896 2763 2763 <desc> 2764 2764 This setting determines whether VirtualBox will try to make use of 2765 the nested paging extension of Intel VT-x and AMD-V. Note that in case 2765 the nested paging extension of Intel VT-x and AMD-V. Note that in case 2766 2766 such extensions are not available, they will not be used. 2767 2767 </desc> … … 4853 4853 </collection> 4854 4854 4855 <if target="midl">4856 4855 <interface 4857 4856 name="IHostNetworkInterface" extends="$unknown" … … 4910 4909 </method> 4911 4910 </collection> 4912 </if>4913 4911 4914 4912 <interface 4915 4913 name="IHost" extends="$unknown" 4916 uuid=" 3d864057-ae6b-4d05-9cf7-c341139b6062"4914 uuid="D56DC1AF-8D1B-4A06-86D7-26016E0E2B74" 4917 4915 wsmap="managed" 4918 4916 > … … 4978 4976 </attribute> 4979 4977 4980 <if target="midl">4981 4978 <attribute name="networkInterfaces" type="IHostNetworkInterfaceCollection" readonly="yes"> 4982 4979 <desc>List of host network interfaces currently defined on the host.</desc> 4983 4980 </attribute> 4984 </if>4985 4981 4986 4982 <attribute name="processorCount" type="unsigned long" readonly="yes"> … … 10340 10336 <param name="period" type="unsigned long" dir="in"> 10341 10337 <desc> 10342 Time interval in seconds between two consecutive samples of performace 10338 Time interval in seconds between two consecutive samples of performace 10343 10339 data. 10344 10340 </desc> … … 10346 10342 <param name="count" type="unsigned long" dir="in"> 10347 10343 <desc> 10348 Number of samples to retain in performance data history. Older samples 10344 Number of samples to retain in performance data history. Older samples 10349 10345 get discarded. 10350 10346 </desc> … … 10397 10393 <desc> 10398 10394 Queries collected metrics data for a set of objects. 10399 10395 10400 10396 The data itself and related metric information are returned in four 10401 10397 parallel and one flattened array of arrays. Elements of @c 10402 returnMetricNames, @c returnObjects, @c returnDataIndices and @ 10403 returnDataLengths with the same index describe one set of values 10398 returnMetricNames, @c returnObjects, @c returnDataIndices and @ 10399 returnDataLengths with the same index describe one set of values 10404 10400 corresponding to a single metric. 10405 10401 … … 10448 10444 <param name="returnData" type="long" dir="return" safearray="yes"> 10449 10445 <desc> 10450 Flattened array of all metric data containing sequences of values for 10446 Flattened array of all metric data containing sequences of values for 10451 10447 each metric. 10452 10448 </desc>
Note:
See TracChangeset
for help on using the changeset viewer.