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


In This Topic
    dOEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function dOEI( _
       ByVal EOEI As System.IntPtr, _
       ByVal fOEI As System.IntPtr, _
       ByVal GOEI As System.IntPtr, _
       ByVal hOEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim EOEI As System.IntPtr
    Dim fOEI As System.IntPtr
    Dim GOEI As System.IntPtr
    Dim hOEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.dOEI(EOEI, fOEI, GOEI, hOEI)
    public static System.int dOEI( 
       System.IntPtr EOEI,
       System.IntPtr fOEI,
       System.IntPtr GOEI,
       System.int hOEI
    )

    Parameters

    EOEI
    fOEI
    GOEI
    hOEI
    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