- indexing
- title: ""
- 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
expanded class ECOM_PARAMFLAGS
- inherit
-
ECOM_IDLFLAGS
-
- rename
-
idlflag_none
as paramflag_none,
-
idlflag_fin
as paramflag_fin,
-
idlflag_fout
as paramflag_fout,
-
idlflag_flcid
as paramflag_flcid,
-
idlflag_fretval
as paramflag_fretval
-
- redefine
- out
- end
- feature -- Flags
-
PARAMFLAG_FOPT: INTEGER
-
PARAMFLAG_FHASDEFAULT: INTEGER
- feature -- Get
-
is_FOPT: BOOLEAN
-
is_FHASDEFAULT: BOOLEAN
- feature -- Set
-
set_FOPT
-
set_FHASDEFAULT
- feature -- Out
-
out: STRING
end -- class ECOM_PARAMFLAGS