Changeset 42382 in vbox for trunk/src/VBox/Main/idl/VirtualBox.xidl
- Timestamp:
- Jul 25, 2012 9:35:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r42354 r42382 961 961 <enum 962 962 name="LockType" 963 uuid="1 38b53f8-db4b-47c5-b32b-4ef52f769413"963 uuid="168a6a8e-12fd-4878-a1f9-38a750a56089" 964 964 > 965 965 <desc> … … 971 971 <const name="Shared" value="1"> 972 972 <desc>Request only a shared read lock for remote-controlling the machine.</desc> 973 </const> 974 <const name="VM" value="3"> 975 <desc>Lock the machine for writing, and create objects necessary for 976 running a VM in this process.</desc> 973 977 </const> 974 978 </enum> … … 16396 16400 </desc> 16397 16401 <param name="machine" type="IMachine" dir="in"/> 16402 <param name="lockType" type="LockType" dir="in"/> 16398 16403 </method> 16399 16404
Note:
See TracChangeset
for help on using the changeset viewer.