SHFILEOPSTRUCT class base struct

Contains information that the SHFileOperation function uses to perform file operations.

Inheritance

Constructors

SHFILEOPSTRUCT()

Properties

fAnyOperationsAborted int
getter/setter pair
fFlags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hNameMappings Pointer<NativeType>
getter/setter pair
hwnd int
getter/setter pair
lpszProgressTitle Pointer<Utf16>
getter/setter pair
pFrom Pointer<Utf16>
getter/setter pair
pTo Pointer<Utf16>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wFunc int
getter/setter pair

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