9 CONSOLE_CURSOR_INFO info;
18 (col & 0xFF) | ((row & 0xFF) << 8) | (info.bVisible ? 0x10000 : 0);
40 CONSOLE_CURSOR_INFO info;
42 info.bVisible = ( cursor ?
TRUE :
FALSE );
43 SetConsoleCursorInfo( hConsole, &info );
47 SetConsoleCursorPosition( hConsole, c );