I do have a problem with documentation regarding WriteConsoleOutput() function.
it says, that if rectangle exists completle outside screenbuffer ares, it shoud return right/bottom lesser than left/up.
its returning in fact my input, exactly unmodyfied.
When rectangle lies partially inside screenbuffer area - returned is only rectangle used in writing.
ReadConsoleOutput is behaving cotrrectly.
is this a bug or what?
My second problem is the possibility of registering a notyfication on console write. Is it possible? Can i get notyfied if my console contents change, or im stuck with timer and ReadConsoleOutput and comparing results?
|