http://bugs.winehq.org/show_bug.cgi?id=15084
--- Comment #3 from David Given dg@cowlark.com 2009-03-10 15:33:40 --- Well, given that the latest version of ReadConsoleInputW() handles lpNumberOfEventsRead with code like this:
if (lpNumberOfEventsRead) *lpNumberOfEventsRead = idx;
...I'd say yes. But I'm not in a position to actually test this any more.