- indexing
- project: "Visual Eiffel COM"
- copyright: "Object Tools, 1998-2003"
- version: "$Revision: 1.1 $"
- key: "COM"
- cluster: ecom
class ECOM_DLL
- inherit
-
ECOM_MAIN
- end
- creation
- feature -- Operations
-
DllGetClassObject (clsid, iid, receiver: POINTER): INTEGER
-
DllCanUnloadNow: INTEGER
-
DllRegisterServer: INTEGER
-
DllUnregisterServer: INTEGER
end -- class ECOM_DLL