WIN32_FILE_ATTRIBUTE_DATA class base struct

Contains attribute information for a file or directory.

To learn more, see learn.microsoft.com/windows/win32/api/fileapi/ns-fileapi-win32_file_attribute_data.

Inheritance
Implemented types
Available extensions

Constructors

WIN32_FILE_ATTRIBUTE_DATA()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
dwFileAttributes int
The file system attribute information for a file or directory.
getter/setter pair
ftCreationTime FILETIME
A FILETIME structure that specifies when the file or directory is created.
getter/setter pair
ftLastAccessTime FILETIME
A FILETIME structure.
getter/setter pair
ftLastWriteTime FILETIME
A FILETIME structure.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nFileSizeHigh int
The high-order DWORD of the file size.
getter/setter pair
nFileSizeLow int
The low-order DWORD of the file size.
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
toNative({Allocator allocator = adaptiveCalloc}) Pointer<WIN32_FILE_ATTRIBUTE_DATA>
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