- indexing
- title: "Template for OLE Automation clients"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: wine
deferred class EOLE_AUTOMATION_CLIENT
- feature
-
get_class_id: STRING
-
create_object
-
attach (dispsrc: EOLE_DISPATCH)
-
- require
-
gooddispatch:
dispsrc /= void and then dispsrc.get_ole_interface_ptr /= default_pointer
-
destroy
-
is_valid: BOOLEAN
end -- class EOLE_AUTOMATION_CLIENT