Changeset 99780 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- May 12, 2023 1:56:04 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 157385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r99579 r99780 13860 13860 </const> 13861 13861 <const name="StdIn" value="4"> 13862 <desc>Wait for stdin becoming available.</desc> 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> 13867 </desc> 13863 13868 </const> 13864 13869 <const name="StdOut" value="8"> 13865 <desc>Wait for data becoming available on stdout.</desc> 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> 13875 </desc> 13866 13876 </const> 13867 13877 <const name="StdErr" value="16"> 13868 <desc>Wait for data becoming available on stderr.</desc> 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> 13883 </desc> 13869 13884 </const> 13870 13885 </enum>
Note:
See TracChangeset
for help on using the changeset viewer.