IMcObjectDetachNotifySink Method
|
|
Detaches a standard or custom sink notification interface from the
object (see AttachNotifySink).
Namespace:
MediaCy.IQL.ObjectManager
Assembly:
MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
SyntaxSub DetachNotifySink (
ckhCookie As IntPtr
)
Parameters
- ckhCookie
- Type: SystemIntPtr
Identifier from a previous AttachNotifySink.
RemarksSee AttachNotifySink for an explaination of notify-related issues.
See Also