http://bugs.winehq.org/show_bug.cgi?id=15084
--- Comment #8 from David Given dg@cowlark.com 2013-06-09 11:43:50 CDT --- Well, given that the latest version of ReadConsoleInputW() *still* handles lpNumberOfEventsRead with code like this:
if (lpNumberOfEventsRead) *lpNumberOfEventsRead = idx;
...I'd say yes.