Virtual mode browse handling.
Called only from the Professional edition generic server when BrowseMode VIRTUAL is configured.
Change the current browse branch to the specified branch in virtual address space.
This method has to be implemented accordint the OPC DA V2 specification.
Visual Basic (Declaration) | |
---|---|
Public Delegate Function DlgPlgBrowseChangePosition( _ ByVal browseDirection As Integer, _ ByVal position As String, _ ByRef currBranch As String _ ) As Integer |
C# | |
---|---|
public delegate int DlgPlgBrowseChangePosition( int browseDirection, string position, ref string currBranch ) |
Parameters
- browseDirection
- browse to, up or down
- position
- new absolute or relative branch
- currBranch
- current branch for the calling client
Return Value
HRESULT error 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