INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "OCX containing module 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_OCX_MODULE
creation

make
feature -- All descendants of the class EOLE_OCX_MODULE should
-- not forget to call this 'make', renamed of course.
-- Otherwise - nothing will work properly.

make

on_register

on_unregister

on_can_unload_now: BOOLEAN

on_get_class_factory (class_id, clsfact_iid: STRING): EOLE_CLASS_FACTORY

get_status_code: INTEGER

set_status_code (code: INTEGER)
end -- class EOLE_OCX_MODULE

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES