The STGTY enumeration values are used in the type member of the STATSTG structure to indicate the type of the storage element. A storage element is a storage object, a stream object, or a byte-array object (LOCKBYTES).
Maps to Windows'
STGTY enumeration..
Namespace:
callback.ShellBoost.Core.WindowsShell
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax Members
| Member name | Value | Description |
---|
| STGTY_STORAGE | 1 |
Indicates that the storage element is a storage object.
|
| STGTY_STREAM | 2 |
Indicates that the storage element is a stream object.
|
| STGTY_LOCKBYTES | 3 |
Indicates that the storage element is a byte-array object.
|
| STGTY_PROPERTY | 4 |
Indicates that the storage element is a property storage object.
|
See Also