- indexing
- title: ""
- copyright: "Object Tools, 1998"
- author: "Vasily V. Kuznetsov"
- cluster: ecom
class ECOM_ITYPEINFO_ADAPTOR
- inherit
-
ECOM_CLIENT_ITYPEINFO
- end
- feature -- Queries
-
get_type_attr: ECOM_TYPEATTR
-
get_type_comp: ECOM_CLIENT_ITYPECOMP
-
get_func_desc (index: INTEGER): ECOM_FUNCDESC
-
get_var_desc (index: INTEGER): ECOM_VARDESC
-
get_names (memid: INTEGER): ARRAY [STRING]
-
get_ref_type_of_impl_type (index: INTEGER): INTEGER
-
get_impl_type_flags (index: INTEGER): INTEGER
-
get_ids_of_names (names: ARRAY [STRING]): ARRAY [INTEGER]
-
get_dispid (name: STRING): INTEGER
-
get_name (memid: INTEGER): STRING
-
get_doc_string (memid: INTEGER): STRING
-
get_help_context (memid: INTEGER): INTEGER
-
get_help_file (memid: INTEGER): STRING
-
get_ref_type_info (hreftype: INTEGER): ECOM_ITYPEINFO_ADAPTOR
-
get_containing_type_lib: ECOM_ITYPELIB_ADAPTOR
- feature -- Data
-
last_hres: ECOM_HRESULT
end -- class ECOM_ITYPEINFO_ADAPTOR