Enum STGTY
The STGTY enumeration values are used in the type member of the STATSTG structure to indicate the type of the storage element.
Namespace: Syncfusion.CompoundFile.DocIO.Native
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum STGTY
Fields
Name | Description |
---|---|
STGTY_LOCKBYTES | Indicates that the storage element is a byte-array object. |
STGTY_PROPERTY | Indicates that the storage element is a property storage object. |
STGTY_STORAGE | Indicates that the storage element is a storage object. |
STGTY_STREAM | Indicates that the storage element is a stream object. |