STATSTG Fields |
The STATSTG type exposes the following members.
Name | Description | |
---|---|---|
atime |
Indicates the last access time for this storage, stream, or byte array.
| |
cbSize |
Specifies the size, in bytes, of the stream or byte array.
| |
clsid |
Indicates the class identifier for the storage object; set to CLSID_NULL for new storage objects. This member is not used for streams or byte arrays.
| |
ctime |
Indicates the creation time for this storage, stream, or byte array.
| |
grfLocksSupported |
Indicates the types of region locking supported by the stream or byte array. For more information about the values available, see the LOCKTYPE enumeration. This member is not used for storage objects.
| |
grfMode |
Indicates the access mode specified when the object was opened.
| |
grfStateBits |
Indicates the current state bits of the storage object; that is, the value most recently set by the IStorage::SetStateBits method. This member is not valid for streams or byte arrays.
| |
mtime |
Indicates the last modification time for this storage, stream, or byte array.
| |
pwcsName |
A pointer to a NULL-terminated Unicode string that contains the name.
| |
reserved |
Reserved.
| |
type |
Indicates the type of storage object. This is one of the values from the STGTY enumeration.
|