INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "IConnectionPointContainer 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_CONNPT_CONTAINER
inherit

EOLE_UNKNOWN
end
feature -- Returns an object to enumerate all the connection points
-- supported in this connectable object.

enum_connection_points: EOLE_ENUM_CONN_POINTS

find_connection_point (riid: STRING): EOLE_CONNECTION_POINT
feature -- The following feature are simply thw wrappers
-- betweei Eiffel code and C implementation

ole2_connection_point_container_enum_connection_points (p: POINTER): POINTER

ole2_connection_point_container_find_connection_point (p: POINTER; riid: POINTER): POINTER
end -- class EOLE_CONNPT_CONTAINER

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES