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: |
| object | An expression evaluating to an object of type McObjects. | | varTypeNameOrEnum | Required. A Variant value. The type name or type enum to detach from.
| | dwCookie | Required. An ULong object. Identifier from previous AttachNotifySinkToType.
| Remarks
Any such existing attached notifies are not detached from their objects.
|