Searched refs:hConHandle (Results 1 – 1 of 1) sorted by relevance
111 int hConHandle; in RedirectIOToConsole() local125 hConHandle = _open_osfhandle(lStdHandle, _O_TEXT); in RedirectIOToConsole()126 if (hConHandle <= 0) in RedirectIOToConsole()128 fp = _fdopen(hConHandle, "w"); in RedirectIOToConsole()134 hConHandle = _open_osfhandle(lStdHandle, _O_TEXT); in RedirectIOToConsole()135 if (hConHandle > 0) { in RedirectIOToConsole()136 fp = _fdopen(hConHandle, "w"); in RedirectIOToConsole()143 hConHandle = _open_osfhandle(lStdHandle, _O_TEXT); in RedirectIOToConsole()144 if (hConHandle > 0) { in RedirectIOToConsole()145 fp = _fdopen(hConHandle, "r"); in RedirectIOToConsole()