Description
Remove this object instance (McNotifySink) from the Object Manager sink list for a given category.
-
Return Type
-
None
-
Syntax
-
object.DetachFromCategory vCategory
The DetachFromCategory Method syntax has these parts: |
| object | An expression evaluating to an object of type McNotifySink. | | vCategory | Required. A Variant value. | Remarks
This object instance MUST be created using McEngine.CreateObject("McImageLib.%McNotifySink:IQL~McNotifySink%") (in order to establish a connection with the Object Manager) or this function will fail and return E_POINTER.
Exceptions
| Exception: |
Meaning: |
E_POINTER.
|
|
|