Click or drag to resize

IMcNotifySink Interface

An object receiving Object Manager notifications and providing them to its clients through its source dispinterface.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcNotifySink

The IMcNotifySink type exposes the following members.

Methods
  NameDescription
Public methodAttachToCategory
Sets up to automatically attach this object instance (McNotifySink) as a notification sink to any McObject which is created of a given category.
Public methodAttachToObject
Attach this object instance (McNotifySink) as a sink for notifications sent by pObject.
Public methodAttachToType
Sets up to automatically attach this object instance (McNotifySink) as a notification sink to any McObject which is created of a given type.
Public methodDetachFromCategory
Remove this object instance (McNotifySink) from the Object Manager sink list for a given category.
Public methodDetachFromObject
Remove this object instance (McNotifySink) from the sink list of pObject.
Public methodDetachFromType
Remove this object instance (McNotifySink) from the Object Manager sink list for a given type.
Top
Remarks
This object instance MUST be created using McEngine.CreateObject("McImageLib.McNotifySink") (in order to establish a connection with the Object Manager) or AttachToType, AttachToCategory DetachFromType and DetachFromCategory will fail and return E_POINTER.
See Also

Reference

IMcObjStandardNotify