VirtualBox

Changeset 99781 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
May 12, 2023 2:16:05 PM (21 months ago)
Author:
vboxsync
Message:

Guest Control/Main: Documented current limitations of the ProcessWaitForFlag_Std[In|Out|Err] flags [build fix]. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r99780 r99781  
    1386113861    <const name="StdIn"                 value="4">
    1386213862      <desc>Wait for stdin becoming available.
    13863         <para>Not implemented; will currently return <link to="ProcessWaitResult_WaitFlagNotSupported"/>.
    13864           Writing process input can be performed via <link to="IProcess::write"/> or waiting for the
    13865           <link to="IGuestProcessInputNotifyEvent"/> event.
    13866         </para>
     13863        Not implemented; will currently return <link to="ProcessWaitResult_WaitFlagNotSupported"/>.
     13864
     13865        Writing process input can be performed via <link to="IProcess::write"/> or waiting for the
     13866        <link to="IGuestProcessInputNotifyEvent"/> event.
    1386713867      </desc>
    1386813868    </const>
    1386913869    <const name="StdOut"                value="8">
    1387013870      <desc>Wait for data becoming available on stdout.
    13871         <para>Not implemented; will currently return <link to="ProcessWaitResult_WaitFlagNotSupported"/>.
    13872           Reading process stdout output can be performed via <link to="IProcess::read"/> or waiting for the
    13873           <link to="IGuestProcessOutputEvent"/> event.
    13874         </para>
     13871        Not implemented; will currently return <link to="ProcessWaitResult_WaitFlagNotSupported"/>.
     13872
     13873        Reading process stdout output can be performed via <link to="IProcess::read"/> or waiting for the
     13874        <link to="IGuestProcessOutputEvent"/> event.
    1387513875      </desc>
    1387613876    </const>
    1387713877    <const name="StdErr"                value="16">
    1387813878      <desc>Wait for data becoming available on stderr.
    13879         <para>Not implemented; will currently return <link to="ProcessWaitResult_WaitFlagNotSupported"/>.
    13880           Reading process stderr output can be performed via <link to="IProcess::read"/> or waiting for the
    13881           <link to="IGuestProcessOutputEvent"/> event.
    13882         </para>
     13879        Not implemented; will currently return <link to="ProcessWaitResult_WaitFlagNotSupported"/>.
     13880
     13881        Reading process stderr output can be performed via <link to="IProcess::read"/> or waiting for the
     13882        <link to="IGuestProcessOutputEvent"/> event.
    1388313883      </desc>
    1388413884    </const>
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