VirtualBox

Changeset 47471 in vbox for trunk/doc


Ignore:
Timestamp:
Jul 30, 2013 10:53:15 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87637
Message:

SDK docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/doc/manual/en_US/SDKRef.xml

    r47410 r47471  
    36153615
    36163616        <listitem>
    3617           <para>Guest control APIs now emit own events to provide clients much
    3618             finer control and the ability to write own frontends for guest
    3619             operations. The event <xref linkend="IGuestSessionEvent"
     3617          <para>Guest control APIs - such as <xref linkend="IGuest"
     3618            xreflabel="IGuest" />, <xref linkend="IGuestSession"
     3619            xreflabel="IGuestSession" />, <xref linkend="IGuestProcess"
     3620            xreflabel="IGuestProcess" /> and so on - now emit own events to provide
     3621            clients much finer control and the ability to write own frontends for
     3622            guest operations. The event <xref linkend="IGuestSessionEvent"
    36203623            xreflabel="IGuestSessionEvent" /> acts as an abstract base class
    36213624            for all guest control events. Certain guest events contain a
     
    36283631          <para>Guest control sessions on the guest started by <xref
    36293632            linkend="IGuest__createSession" xreflabel="IGuest::createSession()" />
    3630             now are dedicated processes to provide more safety and performance
     3633            now are dedicated guest processes to provide more safety and performance
    36313634            for certain operations. Also, the <xref linkend="IGuest__createSession"
    36323635            xreflabel="IGuest::createSession()" /> call does not wait for the
     
    36573660          xreflabel="IGuestUserStateChangedEvent" /> was introduced to provide
    36583661          guest user status updates to the host via event listeners. To use this
    3659           event there needs to be at least the 4.3 Guest Additions installed on
    3660           the guest.</para>
     3662          event there needs to be at least the 4.3 Guest Additions installed on
     3663          the guest. At the moment only the states "Idle" and "InUse" of the
     3664          <xref linkend="GuestUserState"
     3665          xreflabel="GuestUserState" /> enum are supported on
     3666          Windows guests, starting at Windows 2000 SP2.</para>
     3667        </listitem>
     3668
     3669        <listitem>
     3670          <para>
     3671            The attribute <xref linkend="IGuestSession__protocolVersion"
     3672            xreflabel="IGuestSession::protocolVersion"/> was added to provide a
     3673            convenient way to lookup the guest session's protocol version it
     3674            uses to communicate with the installed Guest Additions on the guest.
     3675            Older Guest Additions will set the protocol version to 1, whereas
     3676            Guest Additions 4.3 will set the protocol version to 2. This might
     3677            change in the future as new features arise.</para>
    36613678        </listitem>
    36623679      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette