Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / MKCI Class / SKCI Method


In This Topic
    SKCI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SKCI( _
       ByVal tKCI As System.IntPtr, _
       ByVal UKCI As SplI, _
       ByRef vKCI As System.UInteger, _
       ByRef WKCI As System.UInteger _
    ) As System.IntPtr
    'Usage
     
    
    Dim tKCI As System.IntPtr
    Dim UKCI As SplI
    Dim vKCI As System.UInteger
    Dim WKCI As System.UInteger
    Dim value As System.IntPtr
     
    value = MKCI.SKCI(tKCI, UKCI, vKCI, WKCI)
    public static System.IntPtr SKCI( 
       System.IntPtr tKCI,
       SplI UKCI,
       out System.uint vKCI,
       out System.uint WKCI
    )

    Parameters

    tKCI
    UKCI
    vKCI
    WKCI
    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