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


In This Topic
    EvdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function EvdI( _
       ByVal fvdI As System.IntPtr, _
       ByVal GvdI As System.Integer, _
       ByVal hvdI As System.Integer, _
       ByVal IvdI As System.Integer, _
       ByVal jvdI As System.Integer, _
       ByVal KvdI As System.Integer, _
       ByRef lvdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim fvdI As System.IntPtr
    Dim GvdI As System.Integer
    Dim hvdI As System.Integer
    Dim IvdI As System.Integer
    Dim jvdI As System.Integer
    Dim KvdI As System.Integer
    Dim lvdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.EvdI(fvdI, GvdI, hvdI, IvdI, jvdI, KvdI, lvdI)
    public static System.int EvdI( 
       System.IntPtr fvdI,
       System.int GvdI,
       System.int hvdI,
       System.int IvdI,
       System.int jvdI,
       System.int KvdI,
       out System.IntPtr lvdI
    )

    Parameters

    fvdI
    GvdI
    hvdI
    IvdI
    jvdI
    KvdI
    lvdI
    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