ICONINFOEX class base struct

Contains information about an icon or a cursor.

Extends ICONINFO. Used by GetIconInfoEx.

To learn more, see learn.microsoft.com/windows/win32/api/winuser/ns-winuser-iconinfoexw.

Inheritance
Implemented types
Available extensions

Constructors

ICONINFOEX()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
cbSize int
The size of the struct in bytes.
getter/setter pair
fIcon bool
Specifies whether this structure defines an icon or a cursor.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hbmColor HBITMAP
A handle to the icon color bitmap.
getter/setter pair
hbmMask HBITMAP
A handle to the icon monochrome mask bitmap.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
szModName String
The fully qualified path of the module.
getter/setter pair
szResName String
The fully qualified path of the resource.
getter/setter pair
wResID int
The icon or cursor resource bits.
getter/setter pair
xHotspot int
The x-coordinate of a cursor's hot spot.
getter/setter pair
yHotspot int
The y-coordinate of the cursor's hot spot.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toNative({Allocator allocator = adaptiveCalloc}) Pointer<ICONINFOEX>
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