Description
Detaches a standard or custom sink notification interface from the object (see AttachNotifySink).
-
Return Type
-
None
-
Syntax
-
object.DetachNotifySink dwCookie
The DetachNotifySink Method syntax has these parts: |
| object | An expression evaluating to an object of type McObject. | | dwCookie | Required. An ULong object. Identifier from a previous AttachNotifySink.
| Remarks
See AttachNotifySink for an explaination of notify-related issues.
|