INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "These constants are used to determine whether locking", "is supported by the storage element. OLE%'s compound file", "implementation only supports EOLE_LOCK_ONLYONCE."
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_LOCKTYPES
feature --
-- Locking types
--

EOLE_LOCK_WRITE: BIT 32

EOLE_LOCK_EXCLUSIVE: BIT 32

EOLE_LOCK_ONLYONCE: BIT 32
end -- class EOLE_LOCKTYPES

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES