- Timestamp:
- Aug 20, 2012 9:19:54 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r42869 r42877 3584 3584 </listitem> 3585 3585 <listitem>Guest process termination via 3586 <xref linkend="I GuestProcess__terminate"3587 xreflabel="I GuestProcess::terminate()" /> is not3586 <xref linkend="IProcess__terminate" 3587 xreflabel="IProcess::terminate()" /> is not 3588 3588 implemented yet. 3589 3589 </listitem> 3590 3590 <listitem>Waiting for guest process output via 3591 <xref linkend="ProcessWaitForFlag__StdOut" xreflabel="ProcessWaitForFlag _StdOut" />3592 and <xref linkend="ProcessWaitForFlag__StdErr" xreflabel="ProcessWaitForFlag _StdErr" />3593 is not implemented yet. To wait for process output <xref linkend="I GuestProcess__read"3594 xreflabel="I GuestProcess::read()" /> with appropriate flags still can be used to periodically3591 <xref linkend="ProcessWaitForFlag__StdOut" xreflabel="ProcessWaitForFlag::StdOut" /> 3592 and <xref linkend="ProcessWaitForFlag__StdErr" xreflabel="ProcessWaitForFlag::StdErr" /> 3593 is not implemented yet. To wait for process output <xref linkend="IProcess__read" 3594 xreflabel="IProcess::read()" /> with appropriate flags still can be used to periodically 3595 3595 check for new output data to arrive. Note that <xref linkend="ProcessCreateFlag__WaitForStdOut" 3596 xreflabel="ProcessCreateFlag _WaitForStdOut" /> and / or3597 <xref linkend="ProcessCreateFlag__WaitForStdErr" xreflabel="ProcessCreateFlag _WaitForStdErr" />3596 xreflabel="ProcessCreateFlag::WaitForStdOut" /> and / or 3597 <xref linkend="ProcessCreateFlag__WaitForStdErr" xreflabel="ProcessCreateFlag::WaitForStdErr" /> 3598 3598 need to be specified when creating a guest process via <xref linkend="IGuestSession__processCreate" 3599 3599 xreflabel="IGuestSession::processCreate()" /> or <xref linkend="IGuestSession__processCreateEx"
Note:
See TracChangeset
for help on using the changeset viewer.