Click or drag to resize

STGTY Enumeration

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:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum STGTY
Members
  Member nameValueDescription
STGTY_STORAGE1 Indicates that the storage element is a storage object.
STGTY_STREAM2 Indicates that the storage element is a stream object.
STGTY_LOCKBYTES3 Indicates that the storage element is a byte-array object.
STGTY_PROPERTY4 Indicates that the storage element is a property storage object.
See Also