Return an IEnumString for a list of Areas as determined by the passed parameters.
The position from which the browse is done can be set via the ChangeBrowsePosition.
Syntax
Parameters
- BrowseFilterType
- OPC_AREA - returns only areas. OPC_SOURCE - returns only sources.
- FilterCriteria
- A server specific filter string. See Appendix A for the definition of
the syntax which must be supported by all servers.
The implementer may extend this syntax to provide additional capabilities.
An empty string indicates no filtering.
- EnumString
- String enumerator with the browsed Areas
Return Value
HRESULTS error/success code.
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also