WIN32_FIND_DATA class Null safety Struct
Contains information about the file that is found by the FindFirstFile, FindFirstFileEx, or FindNextFile function.
- Inheritance
- Object
- NativeType
- Struct
- WIN32_FIND_DATA
- Available Extensions
Constructors
Properties
- cAlternateFileName → String
-
read-only
- cFileName → String
-
read-only
- dwFileAttributes ↔ int
-
@Uint32(), read / write
- dwReserved0 ↔ int
-
@Uint32(), read / write
- dwReserved1 ↔ int
-
@Uint32(), read / write
- ftCreationTime ↔ FILETIME
-
read / write
- ftLastAccessTime ↔ FILETIME
-
read / write
- ftLastWriteTime ↔ FILETIME
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- nFileSizeHigh ↔ int
-
@Uint32(), read / write
- nFileSizeLow ↔ int
-
@Uint32(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited