Virtual mode browse handling.
Called only from the Professional edition generic server when BrowseMode VIRTUAL is configured in the GetServerParameters() implementation.
This method returns the fully qualified name of the specified item in the current branch in the virtual address space. This name is used to add the item to the real address space. This method has to be implemented according the OPC DA V2 specification.
Visual Basic (Declaration) | |
---|---|
Public Delegate Function DlgPlgBrowseGetFullItemID( _ ByVal ItemName As String, _ ByVal currBranch As String, _ ByRef FullItemID As String _ ) As Integer |
C# | |
---|---|
public delegate int DlgPlgBrowseGetFullItemID( string ItemName, string currBranch, out string FullItemID ) |
Parameters
- ItemName
- Name of the item
- currBranch
- Fully qualified name of the current branch
- FullItemID
- OUT: Fully qualified name if the item. This name is used to access the item or add it to a group.
Return Value
HRESULT error/success codeTarget Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2