SetFilter default handler that maybe overloaded by NSPluginAEbase.
Syntax
Parameters
- _eventType
- A bit mask with Red EventType enumerator values, specifying which event types are of interest.
A value of 0 is an error and E_INVALIDARG will be returned.
- eventCategories
- Array of event categories of interest.
These are event category codes returned by EventServer:.QueryEventCategories.
- lowSeverity
- Lowest severity of interest (inclusive).
- highSeverity
- Highest severity of interest (inclusive).
- areaList
- Array of process area strings of interest - only events or conditions in these areas will be reported.
Area strings can be obtained using EventAreaBrowser.GetQualifiedAreaName. It is possible to specify areas using the
wildcard syntax. Servers must support the wildcard syntax described in OPC specification Appendix A.
- sourceList
- Array of event sources of interest - only events from these sources will be reported.
It is possible to specify sources using the wildcard syntax. Servers must support the wildcard syntax described in
OPC specification Appendix A.
Return Value
HResult success/error code
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also