Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / SrnI Method


In This Topic
    SrnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SrnI( _
       ByVal trnI As System.IntPtr, _
       ByVal UrnI As System.Boolean _
    ) As System.IntPtr
    'Usage
     
    
    Dim trnI As System.IntPtr
    Dim UrnI As System.Boolean
    Dim value As System.IntPtr
     
    value = tdnI.SrnI(trnI, UrnI)
    public static System.IntPtr SrnI( 
       System.IntPtr trnI,
       System.bool UrnI
    )

    Parameters

    trnI
    UrnI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also