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


In This Topic
    SnnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SnnI( _
       ByVal tnnI As System.IntPtr, _
       ByVal UnnI As nlQI _
    ) As System.Integer
    'Usage
     
    
    Dim tnnI As System.IntPtr
    Dim UnnI As nlQI
    Dim value As System.Integer
     
    value = tdnI.SnnI(tnnI, UnnI)
    public static System.int SnnI( 
       System.IntPtr tnnI,
       out nlQI UnnI
    )

    Parameters

    tnnI
    UnnI
    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