This synchronous function specifies which update methods the server supports. It is a required method for all servers which support the OPCHDA SyncAnnotations interface.
This overload return a bit map allowing the server to indicate multiple capabilities. The specification falsely defines an enumerator.
Visual Basic (Declaration) | |
---|---|
Public Overloads Function QueryCapabilities( _ ByRef capabilities As OPCHDA.NET.AnnotationCapabilities _ ) As Integer |
C# | |
---|---|
public int QueryCapabilities( out OPCHDA.NET.AnnotationCapabilities capabilities ) |
Parameters
- capabilities
- OUT: The methods supported by the interface.
Return Value
S_OK or E_FAILTarget Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x