Changeset 31072 in vbox
- Timestamp:
- Jul 23, 2010 6:26:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r31070 r31072 4386 4386 <param name="session" type="ISession" dir="in"> 4387 4387 <desc> 4388 Session object that will represent the opened remote session 4389 after successful method invocation (this object must not 4390 represent an already open session). 4388 Client session object to which the VM process will be connected (this 4389 must be in "Unlocked" state). 4391 4390 </desc> 4392 4391 </param> 4393 4392 <param name="type" type="wstring" dir="in"> 4394 4393 <desc> 4395 Type of the remote session (case sensitive). The following are 4396 currently supported: 4394 Front-end to use for the new VM process. The following are currently supported: 4397 4395 <ul> 4398 4396 <li><tt>"gui"</tt>: VirtualBox Qt GUI front-end</li>
Note:
See TracChangeset
for help on using the changeset viewer.