Description

Disables the automatic attachment of a standard or custom sink notification interface to objects of a given type.

Return Type

None  

Syntax

object.DetachNotifySinkFromType varTypeNameOrEnum, dwCookie

The DetachNotifySinkFromType Method syntax has these parts:

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

The type name or type enum to detach from.

dwCookieRequired. An ULong object.

Identifier from previous AttachNotifySinkToType.

Remarks

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