Member
|
Win Type
|
MASM Type
|
Description
|
dwSize
|
COORD
|
COORD
|
Size of screen buffer (columns x rows).
|
dwCursorPos
|
COORD
|
COORD
|
Cursor position in screen buffer (column, row).
|
wArrtibutes
|
WORD
|
WORD
|
Foreground and background color to be used when
characters are written by WriteFile and WriteConsole, or echoed by
ReadFile and ReadConsole functions.
|
srWindow
|
SMALL_RECT
|
SMALL_RECT
|
Screen buffer coordinates of the upper left and lower
right corners of the display window.
|
dwMaxWinSize
|
COORD
|
COORD
|
Maximum size of the current console window (given the
current buffer size, font, and screen size).
|