Click or drag to resize

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
Syntax
VB
Public Enumeration mcobjNotifyRuleFlags
Members
  Member nameValueDescription
mcobjNR_NoFlags0default rules, sink interfaces are referenced
mcobjNR_NoAddRefSinkInterface1Sink 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_AllFlagsMask65535The default RuleFlagsMask forthe flags to set or clear.
See Also