X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..c0bcc480680ecdf368839c119f5e984df757f893:/docs/latex/wx/process.tex diff --git a/docs/latex/wx/process.tex b/docs/latex/wx/process.tex index 8a15c8f363..4aa9a8df23 100644 --- a/docs/latex/wx/process.tex +++ b/docs/latex/wx/process.tex @@ -66,15 +66,15 @@ notification. \constfunc{wxInputStream* }{GetInputStream}{\void} -It returns a input stream correspoding to the output stream of the subprocess. +It returns a output stream corresponding to the input stream of the subprocess. If it is NULL, you have not turned on the redirection. See \helpref{wxProcess::Redirect}{wxprocessredirect}. -\membersection{wxProcess::GetInputStream}\label{wxprocessgetinputstream} +\membersection{wxProcess::GetOutputStream}\label{wxprocessgetoutputstream} -\constfunc{wxInputStream* }{GetInputStream}{\void} +\constfunc{wxOutputStream* }{GetOutputStream}{\void} -It returns a output stream corresponding to the input stream of the subprocess. +It returns an output stream correspoding to the output stream of the subprocess. If it is NULL, you have not turned on the redirection. See \helpref{wxProcess::Redirect}{wxprocessredirect}. @@ -97,3 +97,4 @@ It turns on the redirection, wxExecute will try to open a couple of pipes to catch the subprocess stdio. The caught input stream is returned by GetOutputStream() as a non-seekable stream. The caught output stream is returned by GetInputStream() as a non-seekable stream. +