Visual Basic (Declaration) | |
---|---|
Public Function GetItemHandles( _ ByVal itemID() As String, _ ByVal client() As Integer, _ ByRef server As Integer(), _ ByRef errors As Integer() _ ) As Integer |
Parameters
- itemID
- An array of strings that uniquely identify the OPC HDA items.
- client
- The handle of the client to be associated with the item.
- server
- OUT: The returned handle of the server used to refer to this item.
- errors
- OUT: The status of association of the client to the server.
Return Value
S_OK, S_FALSE, E_FAILTarget Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x