Changeset 24874 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Nov 23, 2009 3:37:58 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55135
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r24865 r24874 6442 6442 <interface 6443 6443 name="IConsole" extends="$unknown" 6444 uuid=" 55dd56a5-1d1d-4d81-b742-b082b9571be6"6444 uuid="6375231a-c17c-464b-92cb-ae9e128d71c3" 6445 6445 wsmap="managed" 6446 6446 > … … 7147 7147 <param name="password" type="wstring" dir="in"> 7148 7148 <desc>The password.</desc> 7149 </param> 7150 <param name="maxDowntime" type="unsigned long" dir="in"> 7151 <desc> 7152 The maximum allowed downtime given as milliseconds. 0 is not a valid 7153 value. Recommended value: 250 ms. 7154 7155 The higher the value is, the greater the chance for a successful 7156 teleportation. A small value may easily result in the teleportation 7157 process taking hours and eventually fail. 7158 7159 <note> 7160 The current implementation treats this a guideline, not as an 7161 absolute rule. 7162 </note> 7163 </desc> 7149 7164 </param> 7150 7165 <param name="progress" type="IProgress" dir="return">
Note:
See TracChangeset
for help on using the changeset viewer.