INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Common Object Model (COM) API 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_COM
feature

co_initialize: INTEGER
-- Performs initialization of the COM

co_uninitialize
-- Performs a shutdown of the COM

co_build_version_major: INTEGER
-- Returns the major version of COM

co_build_version_minor: INTEGER
-- Returns the minor version of COM

co_create_guid: STRING
-- Creates a globally unique identifier

co_create_instance (clsid: STRING; punk_outer: POINTER; context: INTEGER; iid: STRING): POINTER
-- Creates an instance of the specified object class
feature -- Contexts for co_create_instance

CLSCTX_INPROC_SERVER: INTEGER

CLSCTX_INPROC_HANDLER: INTEGER

CLSCTX_LOCAL_SERVER: INTEGER
end -- class EOLE_COM

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES