Only for Condition events.
Indicates to the client which properties of the condition have changed, to have caused the
server to send the event notification. It may have one or more of the EventChangeMask enumerator values.
If the event notification is the result of a Refresh, these bits are to be ignored.
For a 'new event', EventChangeMask.ActivState is the only bit which will always be set.
Other values are server specific. (A 'new event' is any event resulting from the related condition
leaving the Inactive and Acknowledged state.)
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EventData
Dim value As Integer
value = instance.ChangeMask
instance.ChangeMask = value |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also