Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-win-stdio.c242 HANDLE hStdOut = GetStdHandle(STD_OUTPUT_HANDLE); in win_stdio_write() local
249 if (!WriteFile(hStdOut, buf, len1, &dwSize, NULL)) { in win_stdio_write()