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


In This Topic
    IpGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IpGI( _
       ByVal jpGI As System.IntPtr, _
       ByVal KpGI As System.Integer, _
       ByVal lpGI As System.Integer, _
       ByVal MpGI As System.IntPtr, _
       ByVal npGI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim jpGI As System.IntPtr
    Dim KpGI As System.Integer
    Dim lpGI As System.Integer
    Dim MpGI As System.IntPtr
    Dim npGI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.IpGI(jpGI, KpGI, lpGI, MpGI, npGI)
    public static System.int IpGI( 
       System.IntPtr jpGI,
       System.int KpGI,
       System.int lpGI,
       System.IntPtr MpGI,
       System.int npGI
    )

    Parameters

    jpGI
    KpGI
    lpGI
    MpGI
    npGI
    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