- indexing
- title: "IProvideClassInfo 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_PROVIDE_CLASSINFO
- inherit
-
EOLE_UNKNOWN
- end
- feature -- Returns a pointer to the ITypeInfo interface for the object's type
-- information. The type information for an object corresponds to the
-- object's coclass entry in a type library.
-
get_class_info: EOLE_TYPE_INFO
- feature -- The following feature are simply thw wrappers
-- betweei Eiffel code and C implementation
-
ole2_provide_class_info_get_class_info (p: POINTER): POINTER
end -- class EOLE_PROVIDE_CLASSINFO