WINDOW_BUFFER_SIZE_RECORD structure
Describes a change in the size of the console screen buffer.
C
typedef struct _WINDOW_BUFFER_SIZE_RECORD {
COORD dwSize;
} WINDOW_BUFFER_SIZE_RECORD;
dwSize
A COORD structure that contains the size of the console screen buffer, in character cell columns and rows.
Buffer size events are placed in the input buffer when the console is in window-aware mode (ENABLE_WINDOW_INPUT).
For an example, see Reading Input Buffer Events.
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | WinConTypes.h (via WinCon.h, include Windows.h) |