uaPLUS Reference
ValidateItemIDs Method
See Also  Send Feedback
I_HDAPlugin Namespace > IAppPlugin Interface : ValidateItemIDs Method

itemID
An array of null terminated strings that uniquely identify the OPC HDA items.
errors
The status of validation.

Glossary Item Box

This method validates that specific HDA item IDs are known to the server.

Syntax

Visual Basic (Declaration) 
Function ValidateItemIDs( _
   ByVal itemID() As String, _
   ByRef errors As Integer() _
) As Integer
C# 
int ValidateItemIDs( 
   string[] itemID,
   out int[] errors
)

Parameters

itemID
An array of null terminated strings that uniquely identify the OPC HDA items.
errors
The status of validation.

Return Value

HRESULTS success/error code.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.