Click or drag to resize

IMcObjectsDetachNotifySinkFromCategory Method

Disables the automatic attachment of a standard or custom sink notification interface to objects added to a category

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Sub DetachNotifySinkFromCategory ( 
	varCategoryNameOrID As Object,
	ckhCookie As IntPtr
)

Parameters

varCategoryNameOrID
Type: SystemObject
[in] Category to detach from (see RegisterCategory and AttachNotifySinkToCategory).
ckhCookie
Type: SystemIntPtr
[in] Identifier from previous AttachNotifySinkToCategory.
Remarks
Any such existing attached notifies are not detached from their objects.
See Also