15 coord.X = (SHORT) col;
16 coord.Y = (SHORT) row;
19 ReadConsoleOutputAttribute(
__fb_out_handle, &attribute, 1, coord, &res);
20 return ((
unsigned int)attribute) & 0xfffful;
23 ReadConsoleOutputCharacter(
__fb_out_handle, &character, 1, coord, &res);
24 return ((
unsigned int)character) & (
sizeof(TCHAR) == 1? 0xfful : 0xfffful);