ion(a)svn.reactos.com wrote:
+ CsrCaptureMessageBuffer(CaptureBuffer,
+ NULL,
+ Size,
+
(PVOID*)&Request.Data.PeekConsoleInputRequest.InputRecord);
The last parameter passed to CsrCaptureMessageBuffer in your changes
looks horribly wrong. The typecast hides the bug and shouldn't be
necessary, the compiler would've warned you that this is most likely wrong.
- Thomas