Changeset 26068 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jan 27, 2010 2:05:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r26067 r26068 12960 12960 <interface 12961 12961 name="ISession" extends="$dispatched" 12962 uuid=" 37661fa3-385b-4b2b-8b22-93304c45f36e"12962 uuid="12F4DCDB-12B2-4EC1-B7CD-DDD9F6C5BF4D" 12963 12963 wsmap="managed" 12964 12964 > … … 13015 13015 is open within one process, no any other process may open another direct 13016 13016 session for the same machine. This prevents the machine from being changed 13017 by other processes while it is running or while the machine is being 13018 configured. If the current process is should have a full Console 13019 object with all associated sub-objects, remember to set 13020 <link to="ISession::fullConsole"/> appropriately. 13017 by other processes while it is running or while the machine is being configured. 13021 13018 </li> 13022 13019 </ul> … … 13050 13047 SessionType_SessionOpen), otherwise an error will be returned. 13051 13048 </desc> 13052 </attribute>13053 13054 <attribute name="fullConsole" type="boolean">13055 <desc>Defines whether the console object is meant for full VMs,13056 which have the associated sub-objects, or if it is unnecessary to13057 create them. Default is @c false.</desc>13058 13049 </attribute> 13059 13050
Note:
See TracChangeset
for help on using the changeset viewer.