Description

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

Return Type

None  

Syntax

object.DetachNotifySinkFromCategory varCategoryNameOrID, dwCookie

The DetachNotifySinkFromCategory Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McObjects.
varCategoryNameOrIDRequired. A Variant value.

Category to detach from (see RegisterCategory and AttachNotifySinkToCategory).

dwCookieRequired. An ULong object.

Identifier from previous AttachNotifySinkToCategory.

Remarks

Any such existing attached notifies are not detached from their objects.