WINDOW_BUFFER_SIZE_RECORD class base struct

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

To learn more, see learn.microsoft.com/windows/console/window-buffer-size-record-str.

Inheritance
Implemented types
Available extensions

Constructors

WINDOW_BUFFER_SIZE_RECORD()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
dwSize COORD
A COORD structure that contains the size of the console screen buffer, in character cell columns and rows.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNative({Allocator allocator = adaptiveCalloc}) Pointer<WINDOW_BUFFER_SIZE_RECORD>
Allocates native memory and copies the contents of this struct into it.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited