- indexing
- title: "IDispatch support - key class of OLE automation"
- 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_DISPATCH
- inherit
-
EOLE_UNKNOWN
-
- redefine
- create_ole_interface_ptr,
- on_query_interface
- end
- feature -- Invokes a corresponding method or accesses a property
--
-
invoke (dispid, flags: INTEGER; params: EOLE_DISPPARAMS; res: EOLE_VARIANT; exception: EOLE_EXCEPINFO): INTEGER
-
get_ids_of_names (names: ARRAY [STRING]): ARRAY [INTEGER]
-
get_type_info: EOLE_TYPE_INFO
-
get_type_info_count: INTEGER
-
create_ole_interface_ptr: POINTER
end -- class EOLE_DISPATCH