Skip to content

Latest commit

 

History

History
73 lines (56 loc) · 1.91 KB

window-buffer-size-record-str.md

File metadata and controls

73 lines (56 loc) · 1.91 KB
title description author ms.author ms.topic keywords f1_keywords MS-HAID MSHAttr ms.assetid topic_type api_name api_location api_type
WINDOW_BUFFER_SIZE_RECORD structure
See reference information about the WINDOW_BUFFER_SIZE_RECORD structure, which describes a change in the size of the console screen buffer.
miniksa
miniksa
article
console, character mode applications, command line applications, terminal applications, console api
wincontypes/WINDOW_BUFFER_SIZE_RECORD
wincon/WINDOW_BUFFER_SIZE_RECORD
WINDOW_BUFFER_SIZE_RECORD
wincontypes/PWINDOW_BUFFER_SIZE_RECORD
wincon/PWINDOW_BUFFER_SIZE_RECORD
PWINDOW_BUFFER_SIZE_RECORD
\_win32\_window\_buffer\_size\_record\_str
base.window\_buffer\_size\_record\_str
consoles.window\_buffer\_size\_record\_str
PreferredSiteName:MSDN
PreferredLib:/library/windows/desktop
2f2875e8-aa09-455b-a923-7cc388525b98
apiref
WINDOW_BUFFER_SIZE_RECORD
WinCon.h
HeaderDef

WINDOW_BUFFER_SIZE_RECORD structure

Describes a change in the size of the console screen buffer.

Syntax

typedef struct _WINDOW_BUFFER_SIZE_RECORD {
  COORD dwSize;
} WINDOW_BUFFER_SIZE_RECORD;

Members

dwSize
A COORD structure that contains the size of the console screen buffer, in character cell columns and rows.

Remarks

Buffer size events are placed in the input buffer when the console is in window-aware mode (ENABLE_WINDOW_INPUT).

Examples

For an example, see Reading Input Buffer Events.

Requirements

   
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)

See also

COORD

INPUT_RECORD

ReadConsoleInput