BY_HANDLE_FILE_INFORMATION class base struct

Contains information that the GetFileInformationByHandle function retrieves.

Inheritance

Properties

dwFileAttributes int
getter/setter pair
dwVolumeSerialNumber int
getter/setter pair
ftCreationTime FILETIME
getter/setter pair
ftLastAccessTime FILETIME
getter/setter pair
ftLastWriteTime FILETIME
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nFileIndexHigh int
getter/setter pair
nFileIndexLow int
getter/setter pair
nFileSizeHigh int
getter/setter pair
nFileSizeLow int
getter/setter pair
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