INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Storage elements type constants. OLE Compound Files", "implementation define only three storage element types:", "storage itself, stream and byte array. Only this values", "are valid for the %'type%' member of the EOLE_STATSTG", "structure."
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class EOLE_STGTY
feature --
-- Storage elements types
--

EOLE_STGTY_STORAGE: INTEGER

EOLE_STGTY_STREAM: INTEGER

EOLE_STGTY_LOCKBYTES: INTEGER

EOLE_STGTY_PROPERTY: INTEGER
end -- class EOLE_STGTY

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES