INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "EOLE_OLECONTF", "The EOLE_OLECONTF%'s constants indicates the kind of objects", "to be enumerated by the returned EOLE_ENUM_UNKNOWN interface.", "EOLE_OLECONTF contains a set of bitwise constants used in the", "EOLE_CONTAINER.enum_objects method."
project: "Visual Eiffel Library"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: wine
class EOLE_OLECONTF
feature --
-- OLECONTF
--

EOLE_OLECONTF_EMBEDDINGS: BIT 32
-- Enumerate the embedded objects in the container.

EOLE_OLECONTF_LINKS: BIT 32
-- Enumerate the linked objects in the container.

EOLE_OLECONTF_OTHERS: BIT 32
-- Enumerate all objects in the container that are
-- not OLE compound document objects
-- (i.e.; objects other than linked or embedded objects).
-- Use this flag to enumerate the container's pseudo-objects.

EOLE_OLECONTF_ONLYUSER: BIT 32
-- Enumerate only those objects the user is aware of.
-- For example; hidden named-ranges in Microsoft Excel would not
-- be enumerated using this value.

EOLE_OLECONTF_ONLYIFRUNNING: BIT 32
-- Enumerate only those linked or embedded objects that
-- are currently in the running state for this container.
--
end -- class EOLE_OLECONTF

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES