RE: Win32 redirection problem
- Posted by Bernie Ryan <xotron at localnet.com> Jun 20, 2001
- 384 views
Rolf Schroeder wrote: > serious problem with STDIN/OUT. Rolf: If you are using a windows console app. You can use this function to get the handles for CGI. HANDLE GetStdHandle(DWORD nStdHandle) STD_INPUT_HANDLE = (DWORD)-10 STD_OUTPUT_HANDLE = (DWORD)-11 STD_ERROR_HANDLE = (DWORD)-12 Bernie