Changeset 99781 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 12, 2023 2:16:05 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r99780 r99781 13861 13861 <const name="StdIn" value="4"> 13862 13862 <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. 13867 13867 </desc> 13868 13868 </const> 13869 13869 <const name="StdOut" value="8"> 13870 13870 <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. 13875 13875 </desc> 13876 13876 </const> 13877 13877 <const name="StdErr" value="16"> 13878 13878 <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. 13883 13883 </desc> 13884 13884 </const>
Note:
See TracChangeset
for help on using the changeset viewer.