uaPLUS Reference
GetItemID Method
See Also  Send Feedback
HDAPluginDBA Namespace > Browser Class : GetItemID Method

node
An item name from the Enum set returned by GetEnum as an OPCHDA_LEAF or OPCHDA_ITEMID
ItemID
The fully qualified ItemID.

Glossary Item Box

Get the fully qualified item ID. This method provides a way to get a fully qualified item identification. This is required since the browsing method return only the components or tokens that make up an ItemID and do not return the delimiters used to separate those tokens.

Syntax

Visual Basic (Declaration) 
Public Function GetItemID( _
   ByVal node As String, _
   ByRef ItemID As String _
) As Integer
C# 
public int GetItemID( 
   string node,
   out string ItemID
)

Parameters

node
An item name from the Enum set returned by GetEnum as an OPCHDA_LEAF or OPCHDA_ITEMID
ItemID
The fully qualified ItemID.

Return Value

Success/failure HRESULT

Remarks

Node may be an item in the current branch or a relative path to an item in a sub-branch.

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.