Changeset 42902 in vbox
- Timestamp:
- Aug 21, 2012 11:20:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r42877 r42902 3553 3553 <para>Even though the guest control API was changed it is backwards 3554 3554 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> 3556 3558 3557 3559 <para>The following features are not implemented yet: 3558 3560 <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 3562 3565 <xref linkend="IGuestSession__symlinkCreate" 3563 3566 xreflabel="IGuestSession::symlinkCreate()" />, … … 3570 3573 <xref linkend="IGuestSession__symlinkRemoveFile" 3571 3574 xreflabel="IGuestSession::symlinkRemoveFile()" /> are not 3572 implemented yet. 3573 </listitem> 3574 <listitem> The directory APIs3575 implemented yet.</para> 3576 </listitem> 3577 <listitem><para>The directory APIs 3575 3578 <xref linkend="IGuestSession__directoryRemove" 3576 3579 xreflabel="IGuestSession::directoryRemove()" />, … … 3581 3584 <xref linkend="IGuestSession__directorySetACL" 3582 3585 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 3586 3596 <xref linkend="IProcess__terminate" 3587 3597 xreflabel="IProcess::terminate()" /> is not 3588 implemented yet. 3589 </listitem> 3590 <listitem> Waiting for guest process output via3598 implemented yet.</para> 3599 </listitem> 3600 <listitem><para>Waiting for guest process output via 3591 3601 <xref linkend="ProcessWaitForFlag__StdOut" xreflabel="ProcessWaitForFlag::StdOut" /> 3592 3602 and <xref linkend="ProcessWaitForFlag__StdErr" xreflabel="ProcessWaitForFlag::StdErr" /> … … 3598 3608 need to be specified when creating a guest process via <xref linkend="IGuestSession__processCreate" 3599 3609 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> 3601 3614 </listitem> 3602 3615 </itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.