i'm using these code for get and set the caret positions:
Code:
CONSOLE_SCREEN_BUFFER_INFOEX bufferInfo;
		GetConsoleScreenBufferInfoEx(GetStdHandle(STD_OUTPUT_HANDLE),&bufferInfo);
with GetLastError(), i recive the "ERROR_INVALID_PARAMETER"...why????
i belive that the handle is correct and the 2nd parameter is correctly used. so what is the problem?
the SetConsoleScreenBufferInfoEx() funtion gives me the same error
(yesterday i learned very... now i can detect the errors hehehe)