This synchronous function specifies the update methods that the server supports.
It returns a bit mask allowing the server to indicate multiple capabilities. The specification falsely defines an enumerator result. The method overload to use depends on the server.
| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function QueryCapabilities( _ ByRef capabilities As OPCHDA.NET.UpdateCapabilities _ ) As Integer | |
| C# | |
|---|---|
public int QueryCapabilities( out OPCHDA.NET.UpdateCapabilities capabilities ) | |
Parameters
- capabilities
- OUT: The methods supported by the interface.
Return Value
S_OK, E_NOTIMPL, E_INVALIDARG, E_FAILTarget Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x