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


In This Topic
    jdGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function jdGI( _
       ByVal KdGI As System.IntPtr, _
       ByVal ldGI As System.IntPtr, _
       ByVal MdGI As xYCI.rMhI _
    ) As System.Integer
    'Usage
     
    
    Dim KdGI As System.IntPtr
    Dim ldGI As System.IntPtr
    Dim MdGI As xYCI.rMhI
    Dim value As System.Integer
     
    value = xYCI.jdGI(KdGI, ldGI, MdGI)
    public static System.int jdGI( 
       System.IntPtr KdGI,
       System.IntPtr ldGI,
       xYCI.rMhI MdGI
    )

    Parameters

    KdGI
    ldGI
    MdGI
    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