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


In This Topic
    dfEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function dfEI( _
       ByVal EfEI As System.IntPtr, _
       ByVal ffEI As System.IntPtr, _
       ByVal GfEI As System.Integer, _
       ByVal hfEI As System.Integer, _
       ByVal IfEI As System.Integer, _
       ByVal jfEI As System.Integer, _
       ByVal KfEI As System.Integer, _
       ByVal lfEI As System.Integer, _
       ByVal MfEI As System.Integer, _
       ByVal nfEI As System.Integer, _
       ByVal OfEI As System.Integer, _
       ByVal pfEI As System.IntPtr, _
       ByVal QfEI As xYCI.bOhI, _
       ByVal rfEI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim EfEI As System.IntPtr
    Dim ffEI As System.IntPtr
    Dim GfEI As System.Integer
    Dim hfEI As System.Integer
    Dim IfEI As System.Integer
    Dim jfEI As System.Integer
    Dim KfEI As System.Integer
    Dim lfEI As System.Integer
    Dim MfEI As System.Integer
    Dim nfEI As System.Integer
    Dim OfEI As System.Integer
    Dim pfEI As System.IntPtr
    Dim QfEI As xYCI.bOhI
    Dim rfEI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.dfEI(EfEI, ffEI, GfEI, hfEI, IfEI, jfEI, KfEI, lfEI, MfEI, nfEI, OfEI, pfEI, QfEI, rfEI)
    public static System.int dfEI( 
       System.IntPtr EfEI,
       System.IntPtr ffEI,
       System.int GfEI,
       System.int hfEI,
       System.int IfEI,
       System.int jfEI,
       System.int KfEI,
       System.int lfEI,
       System.int MfEI,
       System.int nfEI,
       System.int OfEI,
       System.IntPtr pfEI,
       xYCI.bOhI QfEI,
       System.IntPtr rfEI
    )

    Parameters

    EfEI
    ffEI
    GfEI
    hfEI
    IfEI
    jfEI
    KfEI
    lfEI
    MfEI
    nfEI
    OfEI
    pfEI
    QfEI
    rfEI
    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