Click or drag to resize

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
Syntax
VB
Sub DetachNotifySink ( 
	ckhCookie As IntPtr
)

Parameters

ckhCookie
Type: SystemIntPtr
Identifier from a previous AttachNotifySink.
Remarks
See AttachNotifySink for an explaination of notify-related issues.
See Also