SHELLEXECUTEINFO class base struct

Contains information used by ShellExecuteEx.

Inheritance
Implemented types
Available extensions

Constructors

SHELLEXECUTEINFO.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
Anonymous ↔ _SHELLEXECUTEINFOW__Anonymous_e__Union
getter/setter pair
cbSize int
getter/setter pair
dwHotKey int
getter/setter pair
fMask int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hIcon int

Available on SHELLEXECUTEINFO, provided by the SHELLEXECUTEINFOW_Extension extension

getter/setter pair
hInstApp int
getter/setter pair
hkeyClass int
getter/setter pair
hMonitor int

Available on SHELLEXECUTEINFO, provided by the SHELLEXECUTEINFOW_Extension extension

getter/setter pair
hProcess int
getter/setter pair
hwnd int
getter/setter pair
lpClass Pointer<Utf16>
getter/setter pair
lpDirectory Pointer<Utf16>
getter/setter pair
lpFile Pointer<Utf16>
getter/setter pair
lpIDList Pointer<NativeType>
getter/setter pair
lpParameters Pointer<Utf16>
getter/setter pair
lpVerb Pointer<Utf16>
getter/setter pair
nShow int
getter/setter pair
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
toString() String
A string representation of this object.
inherited

Operators

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