INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
--
-- Purpose:
-- Creates an pbject.
-- Params:
-- None.
-- Return Value:
-- None.
-- Notes:
-- It's a dummy constructor now.
--
--
-- Purpose:
-- Create an C++ virtual table, corresponding to
-- IAdviseSink interface.
-- Params:
-- None.
-- Return Value:
-- Pointer to created VTBL.
-- Notes:
-- None.
--
--
-- Purpose:
-- Called by the server to notify a data object's currently
-- registered advise sinks that data in the object has changed.
-- Params:
-- Formatetc: EOLE_FORMATETC [in] EOLE_FORMATETC structure, which
-- describes the format, target
-- device, rendering, and storage
-- information of the calling data
-- object.
-- Stgmed: EOLE_STGMEDIUM [in] EOLE_STGMEDIUM structure, which
-- defines the storage medium
-- (global memory, disk file,
-- storage object, stream object,
-- GDI object, or undefined) and
-- ownership of that medium for
-- the calling data object.
-- Return Value:
-- None.
-- Notes:
-- This method does not return status code.
--
--
-- Purpose:
-- Notifies an object's registered advise sinks that its view has
-- changed.
-- Params:
-- Aspect: INTEGER [in] Specifies the aspect, or view, of the
-- object. Contains a value taken from the
-- enumeration, EOLE_DVASPECT.
-- Index: INTEGER [in] Identifies which piece of the view has
-- changed.
-- CURRENTLY ONLY -1 IS VALID!!!!.
-- Return Value:
-- None.
-- Notes:
-- This method does not return status code.
--
--
-- Purpose:
-- Called by the server to notify all registered advisory sinks
-- that the object has been renamed.
-- Params:
-- mnk: EOLE_MONIKER [in] Pointer to the IMoniker interface on
-- the new full moniker of the object.
-- Return Value:
-- None.
-- Notes:
-- This method does not return status code.
--
--
-- Purpose:
-- Called by the server to notify all registered advisory sinks
-- that the object has been saved.
-- Params:
-- None.
-- Return Value:
-- None.
-- Notes:
-- This method does not return status code.
--
--
-- Purpose:
-- Called by the server to notify all registered advisory sinks
-- that the object has changed from the running to the loaded state.
-- Params:
-- None.
-- Return Value:
-- None.
-- Notes:
-- This method does not return status code.
--
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |