- indexing
- title: "Parameters types support"
- 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_IDLFLAGS
- feature -- Whether the parameter passes or receives information is unspecified.
-- IDispatch interfaces can use this flag.
-
IDLFLAG_NONE: INTEGER
-
IDLFLAG_FIN: INTEGER
-
IDLFLAG_FOUT: INTEGER
-
IDLFLAG_FINOUT: INTEGER
end -- class EOLE_IDLFLAGS