|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| wincon.h
| Unicode
| No
| Platform Notes
| None
|
|
|
WINDOW_BUFFER_SIZE_RECORD
The WINDOW_BUFFER_SIZE_RECORD structure is used in a console INPUT_RECORD structure to report changes in the size of the screen buffer.
typedef struct _WINDOW_BUFFER_SIZE_RECORD { // wbsr
COORD dwSize;
} WINDOW_BUFFER_SIZE_RECORD;
Members
dwSize
Specifies the new size of the 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).
See Also
INPUT_RECORD, ReadConsoleInput
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|