Home
last modified time | relevance | path

Searched refs:hConHandle (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/common/gui/
H A Dwinvideo.hpp111 int hConHandle; in RedirectIOToConsole() local
125 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()