Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / vrII Class / SSII Method


In This Topic
    SSII Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SSII( _
       ByVal tSII As System.Runtime.InteropServices.HandleRef, _
       ByVal USII As System.Boolean _
    ) As hpjI
    'Usage
     
    
    Dim tSII As System.Runtime.InteropServices.HandleRef
    Dim USII As System.Boolean
    Dim value As hpjI
     
    value = vrII.SSII(tSII, USII)
    public static hpjI SSII( 
       System.Runtime.InteropServices.HandleRef tSII,
       System.bool USII
    )

    Parameters

    tSII
    USII
    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