The members of System.Runtime.InteropServices.STATSTG are listed below.
See Also: Inherited members from System.ValueType
atime | FILETIME.
Indicates the last access time for this storage, stream or byte array | |
cbSize | long.
Specifies the size in bytes of the stream or byte array. | |
clsid | Guid.
Indicates the class identifier for the storage object. | |
ctime | FILETIME.
Indicates the creation time for this storage, stream, or byte array. | |
grfLocksSupported | int.
Indicates the types of region locking supported by the stream or byte array. | |
grfMode | int.
Indicates the access mode that was specified when the object was opened. | |
grfStateBits | int.
Indicates the current state bits of the storage object (the value most recently set by the IStorage::SetStateBits method). | |
mtime | FILETIME.
Indicates the last modification time for this storage, stream, or byte array. | |
pwcsName | string.
Pointer to a null-terminated string containing the name of the object described by this structure. | |
reserved | int.
Reserved for future use. | |
type | int.
Indicates the type of storage object which is one of the values from the STGTY enumeration. |