<PackageReference Include="System.Drawing.Common" Version="9.0.10" />

STGTY

enum STGTY
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).
using System.CodeDom.Compiler; namespace Windows.Win32.System.Com { [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.106+a37a0b4b70")] internal enum STGTY { STGTY_STORAGE = 1, STGTY_STREAM, STGTY_LOCKBYTES, STGTY_PROPERTY } }