Changeset 45550 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Apr 15, 2013 1:38:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r45071 r45550 3612 3612 can have a different capacity.</para> 3613 3613 </listitem> 3614 3615 <listitem> 3616 <para>Guest control APIs now emit own events to provide clients much 3617 finer control and the ability to write own frontends for guest 3618 operations. The event <xref linkend="IGuestSessionEvent" 3619 xreflabel="IGuestSessionEvent" /> acts as an abstract base class 3620 for all guest control events. Certain guest events contain a 3621 <xref linkend="IGuestErrorInfo" xreflabel="IGuestErrorInfo" /> member 3622 to provide more information in case of an error happened on the 3623 guest side.</para> 3624 </listitem> 3625 3626 <listitem> 3627 <para>Guest control sessions on the guest started by <xref 3628 linkend="IGuest__createSession" xreflabel="IGuest::createSession()" /> 3629 now are dedicated processes to provide more safety and performance 3630 for certain operations. Also, the <xref linkend="IGuest__createSession" 3631 xreflabel="IGuest::createSession()" /> call does not wait for the 3632 guest session being created anymore due to the dedicated guest session 3633 processes just mentioned. This also will enable webservice clients to 3634 handle guest session creation more gracefully. To wait for a guest 3635 session being started, use the newly added attribute <xref 3636 linkend="IGuestSession__status" xreflabel="IGuestSession::status()" /> 3637 to query the current guest session status.</para> 3638 </listitem> 3639 3640 <listitem> 3641 <para>The <xref linkend="IGuestFile" xreflabel="IGuestFile" /> 3642 APIs are now implemented to provide native guest file access from 3643 the host.</para> 3644 </listitem> 3614 3645 </itemizedlist> 3615 3646 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.