IMcNotifySinkAttachToObject Method
|
|
Attach this object instance (McNotifySink) as a sink for notifications sent
by pObject.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxFunction AttachToObject (
pObject As Object
) As IntPtr
Parameters
- pObject
- Type: SystemObject
IDispatch* : An IMcObject or an object implementing IMcObjConnection.
Return Value
Type:
IntPtrA long value identifying this connection.
RemarkspObject can be an IMcObject or any object implementing the IMcObjConnection interface,
in which case the connected IMcObject is retrieved. All operators implement IMcObjConnection.
Once this instance is connected, notifications can be received using the standard
IConnectionPoint scheme (With Events in VB) using this instance as the event source.
See AlsoReference
IMcObjStandardNotify
IMcObjConnection
AttachNotifySink