VirtualBox

Changeset 42902 in vbox


Ignore:
Timestamp:
Aug 21, 2012 11:20:06 AM (12 years ago)
Author:
vboxsync
Message:

Guest Control 2.0: SDK Documentation.

File:
1 edited

Legend:

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

    r42877 r42902  
    35533553          <para>Even though the guest control API was changed it is backwards
    35543554          compatible so that it can be used with older installed Guest
    3555           Additions.</para>
     3555          Additions. However, to use upcoming features like process termination
     3556          or waiting for input / output new Guest Additions must be installed when
     3557          these features got implemented.</para>
    35563558
    35573559          <para>The following features are not implemented yet:
    35583560            <itemizedlist>
    3559               <listitem>The <xref linkend="IGuestFile" xreflabel="IGuestFile" />
    3560                 interface is not implemented yet.</listitem>
    3561               <listitem>The symbolic links APIs
     3561              <listitem><para>The <xref linkend="IGuestFile" xreflabel="IGuestFile" />
     3562                interface is not fully implemented yet.</para>
     3563              </listitem>
     3564              <listitem><para>The symbolic link APIs
    35623565                <xref linkend="IGuestSession__symlinkCreate"
    35633566                xreflabel="IGuestSession::symlinkCreate()" />,
     
    35703573                <xref linkend="IGuestSession__symlinkRemoveFile"
    35713574                xreflabel="IGuestSession::symlinkRemoveFile()" /> are not
    3572                 implemented yet.
    3573               </listitem>
    3574               <listitem>The directory APIs
     3575                implemented yet.</para>
     3576              </listitem>
     3577              <listitem><para>The directory APIs
    35753578                <xref linkend="IGuestSession__directoryRemove"
    35763579                xreflabel="IGuestSession::directoryRemove()" />,
     
    35813584                <xref linkend="IGuestSession__directorySetACL"
    35823585                xreflabel="IGuestSession::directorySetACL()" /> are not
    3583                 implemented yet.
    3584               </listitem>
    3585               <listitem>Guest process termination via
     3586                implemented yet.</para>
     3587              </listitem>
     3588              <listitem><para>The temporary file and directory creation APIs
     3589                <xref linkend="IGuestSession__fileCreateTemp"
     3590                xreflabel="IGuestSession::fileCreateTemp()" /> and
     3591                <xref linkend="IGuestSession__directoryCreateTemp"
     3592                xreflabel="IGuestSession::directoryCreateTemp()" /> are not
     3593                implemented yet.</para>
     3594              </listitem>
     3595              <listitem><para>Guest process termination via
    35863596                <xref linkend="IProcess__terminate"
    35873597                xreflabel="IProcess::terminate()" /> is not
    3588                 implemented yet.
    3589               </listitem>
    3590               <listitem>Waiting for guest process output via
     3598                implemented yet.</para>
     3599              </listitem>
     3600              <listitem><para>Waiting for guest process output via
    35913601                <xref linkend="ProcessWaitForFlag__StdOut" xreflabel="ProcessWaitForFlag::StdOut" />
    35923602                and <xref linkend="ProcessWaitForFlag__StdErr" xreflabel="ProcessWaitForFlag::StdErr" />
     
    35983608                need to be specified when creating a guest process via <xref linkend="IGuestSession__processCreate"
    35993609                xreflabel="IGuestSession::processCreate()" /> or <xref linkend="IGuestSession__processCreateEx"
    3600                 xreflabel="IGuestSession::processCreateEx()" />.
     3610                xreflabel="IGuestSession::processCreateEx()" />.</para>
     3611              </listitem>
     3612              <listitem>
     3613                <para>ACL (Access Control List) handling in general is not implemented yet.</para>
    36013614              </listitem>
    36023615            </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.

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