- indexing
- title: ""
- 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_TYPE_LIB
- inherit
-
EOLE_UNKNOWN
-
- redefine
- create_ole_interface_ptr,
- on_query_interface
- end
- feature
-
create_ole_interface_ptr: POINTER
-
get_type_info_count: INTEGER
-
get_type_info (index: INTEGER): EOLE_TYPE_INFO
-
get_documentation (index: INTEGER; name, doc_string, help_file: EOLE_BSTR): INTEGER
-
load_type_lib (filename: STRING)
end -- class EOLE_TYPE_LIB