INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "EOLE_MONIKER", "The IMoniker interface contains methods that allow you", "to use a moniker object, which contains information that", "uniquely identifies a COM object. An object that has a", "pointer to the moniker object%'s. IMoniker interface can", "locate, activate, and get access to the identified object", "without having any other specific information on where the", "object is actually located in a distributed system."
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_MONIKER
inherit

EOLE_UNKNOWN
end
creation

make
feature

make
--
-- Purpose:
-- Creates an object.
-- Params:
-- None.
-- Return Value:
-- None.
-- Notes:
-- It's a dummy constructor now.
--
end -- class EOLE_MONIKER

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES