STGTY
The STGTY
enumeration values are used in the type member of the STATSTG
typedef enum tagSTGTY
{
STGTY_STORAGE = 1,
STGTY_STREAM = 2,
STGTY_LOCKBYTES = 3,
STGTY_PROPERTY = 4
} STGTY;
Elements
STGTY_STORAGE
Indicates
that the storage element is a storage object.
STGTY_STREAM
Indicates
that the storage element is a stream object.
STGTY_LOCKBYTES
Indicates
that the storage element is a byte array object.
STGTY_PROPERTY
Indicates
that the storage element is a property storage object.
See Also