STATSTG class Null safety Struct
The STATSTG structure contains statistical data about an open storage, stream, or byte-array object. This structure is used in the IEnumSTATSTG, ILockBytes, IStorage, and IStream interfaces.
- Inheritance
-
- Object
- NativeType
- Struct
- STATSTG
Constructors
- STATSTG()
Properties
- atime ↔ FILETIME
-
read / write
- cbSize ↔ int
-
@Uint64(), read / write
- clsid ↔ GUID
-
read / write
- ctime ↔ FILETIME
-
read / write
- grfLocksSupported ↔ int
-
@Uint32(), read / write
- grfMode ↔ int
-
@Uint32(), read / write
- grfStateBits ↔ int
-
@Uint32(), read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- mtime ↔ FILETIME
-
read / write
-
pwcsName
↔ Pointer<
Utf16> -
read / write
- reserved ↔ int
-
@Uint32(), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ int
-
@Uint32(), read / write
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