- indexing
- title: "Storage access mode flags. All IStorage objects and their", "contained streams can be created and opened in one or more", "access modes. The access modes for a given object are", "specified using a collection of flags divided into groups", "according to use. The flags are OR-ed together, usually", "in the %'mode%' parameter, which is passed to methods in the", "IStorage and IStream interfaces."
- 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_STGM
- feature --
-- Creation
--
-
EOLE_STGM_CREATE: BIT 32
-
EOLE_STGM_CONVERT: BIT 32
-
EOLE_STGM_FAILIFTHERE: BIT 32
-
EOLE_STGM_DELETEONRELEASE: BIT 32
-
EOLE_STGM_DIRECT: BIT 32
-
EOLE_STGM_TRANSACTED: BIT 32
-
EOLE_STGM_READ: BIT 32
-
EOLE_STGM_WRITE: BIT 32
-
EOLE_STGM_READWRITE: BIT 32
-
EOLE_STGM_SHARE_DENY_NONE: BIT 32
-
EOLE_STGM_SHARE_DENY_READ: BIT 32
-
EOLE_STGM_SHARE_DENY_WRITE: BIT 32
-
EOLE_STGM_SHARE_EXCLUSIVE: BIT 32
-
EOLE_STGM_PRIORITY: BIT 32
end -- class EOLE_STGM