Searched defs:cwcThis (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dstream.cpp776 DWORD cwcThis; local
777 if (!WriteConsoleW(hCon, &pwszSrc[cwcWritten], 1, &cwcThis, NULL))
783 if (cwcThis != 1) /* Unable to write current char (amount)? */

Completed in 90 milliseconds