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


In This Topic
    CpGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CpGI( _
       ByVal dpGI As System.IntPtr, _
       ByVal EpGI As System.Integer, _
       ByVal fpGI As System.Integer, _
       ByVal GpGI As System.IntPtr, _
       ByVal hpGI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim dpGI As System.IntPtr
    Dim EpGI As System.Integer
    Dim fpGI As System.Integer
    Dim GpGI As System.IntPtr
    Dim hpGI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.CpGI(dpGI, EpGI, fpGI, GpGI, hpGI)
    public static System.int CpGI( 
       System.IntPtr dpGI,
       System.int EpGI,
       System.int fpGI,
       System.IntPtr GpGI,
       System.int hpGI
    )

    Parameters

    dpGI
    EpGI
    fpGI
    GpGI
    hpGI
    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