mcobjNotifyRuleFlags Enumeration
|
|
SetNotifyRules flags for the RuleFlags and RuleFlagsMask arguments aswell as the value returned by the method. The flags may be Or'ed together
Namespace:
MediaCy.IQL.ObjectManager
Assembly:
MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcobjNotifyRuleFlags
Members
| Member name | Value | Description |
---|
| mcobjNR_NoFlags | 0 | default rules, sink interfaces are referenced |
| mcobjNR_NoAddRefSinkInterface | 1 | Sink interfaces are notAddRef'ed. The sink interface must have some mechanism for ensuring that it
calls DetachNotifySink on all of its attached notify IMcObject instances
before it is fully Released. |
| mcobjNR_AllFlagsMask | 65535 | The default RuleFlagsMask forthe flags to set or clear. |
See Also