Changeset 10598 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 14, 2008 1:40:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r10595 r10598 10208 10208 <param name="period" type="unsigned long" dir="in"> 10209 10209 <desc> 10210 @todo ??? 10210 Time interval in seconds between two consecutive samples of performace 10211 data. 10211 10212 </desc> 10212 10213 </param> 10213 10214 <param name="count" type="unsigned long" dir="in"> 10214 10215 <desc> 10215 @todo ??? 10216 Number of samples to retain in performance data history. Older samples 10217 get discarded. 10216 10218 </desc> 10217 10219 </param> … … 10286 10288 <param name="returnMetricNames" type="wstring" dir="out" safearray="yes"> 10287 10289 <desc> 10288 @todo ???10290 Names of metrics returned in @c returnData. 10289 10291 </desc> 10290 10292 </param> 10291 10293 <param name="returnObjects" type="$unknown" dir="out" safearray="yes"> 10292 10294 <desc> 10293 @todo ???10295 Objects associated with metrics returned in @c returnData. 10294 10296 </desc> 10295 10297 </param> 10296 10298 <param name="returnDataIndices" type="unsigned long" dir="out" safearray="yes"> 10297 10299 <desc> 10298 @todo ??? 10300 Indices of the first elements of value sequences of particular metrics 10301 returned in @c returnData. 10299 10302 </desc> 10300 10303 </param> 10301 10304 <param name="returnDataLengths" type="unsigned long" dir="out" safearray="yes"> 10302 10305 <desc> 10303 @todo ???10306 Lengths of value sequences of particular metrics. 10304 10307 </desc> 10305 10308 </param> 10306 10309 <param name="returnData" type="long" dir="return" safearray="yes"> 10307 10310 <desc> 10308 @todo ??? 10311 Flattened array of all metric data containing sequences of values for 10312 each metric. The first value for metric <tt>metricNames[i]</tt> is at 10313 <tt> returnData[returnIndices[i]]</tt>. 10309 10314 </desc> 10310 10315 </param>
Note:
See TracChangeset
for help on using the changeset viewer.