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
-- IPropertyNoitifySink interface.
-- Params:
-- None.
-- Return Value:
-- Pointer to created VTBL.
-- Notes:
-- None.
--
--
-- Purpose:
-- Notifies a sink that the [bindable] property specified by
-- dispID has changed. If dispID is DISPID_UNKNOWN, then multiple
-- properties have changed together. The client (owner of the sink)
-- should then retrieve the current value of each property of
-- interest from the object that generated the notification.
-- Params:
-- dispID: INTEGER [in] The dispatch identifier of the property
-- that changed, or DISPID_UNKNOWN if
-- multiple properties have changed.
-- Return Value:
-- None.
-- Notes:
-- Error code of this operation is available via
-- the 'get_status_code' method.
--
--
-- Purpose:
-- Notifies a sink that a [requestedit] property is about to
-- change and that the object is asking the sink how to proceed.
-- Params:
-- dispID: INTEGER [in] The dispatch identifier of the [requestedit]
-- property that is about to change.
-- DISPID_UNKNOWN specifies that multiple
-- properties are about to change.
-- Return Value:
-- None.
-- Notes:
-- Error code of this operation is available via
-- the 'get_status_code' method.
--
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |