Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / KKGI Method


In This Topic
    KKGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function KKGI( _
       ByVal lKGI As System.IntPtr, _
       ByVal MKGI As System.IntPtr, _
       ByVal nKGI As System.IntPtr, _
       ByVal OKGI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim lKGI As System.IntPtr
    Dim MKGI As System.IntPtr
    Dim nKGI As System.IntPtr
    Dim OKGI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.KKGI(lKGI, MKGI, nKGI, OKGI)
    public static System.int KKGI( 
       System.IntPtr lKGI,
       System.IntPtr MKGI,
       System.IntPtr nKGI,
       System.int OKGI
    )

    Parameters

    lKGI
    MKGI
    nKGI
    OKGI
    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