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


In This Topic
    ldEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function ldEI( _
       ByVal MdEI As System.IntPtr, _
       ByVal ndEI As System.IntPtr, _
       ByVal OdEI As System.IntPtr, _
       ByVal pdEI As System.Integer, _
       ByVal QdEI As System.Integer, _
       ByVal rdEI As System.Integer, _
       ByVal SdEI As System.Integer, _
       ByVal tdEI As System.Integer, _
       ByVal UdEI As System.Integer, _
       ByVal vdEI As System.IntPtr, _
       ByVal WdEI As xYCI.bOhI, _
       ByVal xdEI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim MdEI As System.IntPtr
    Dim ndEI As System.IntPtr
    Dim OdEI As System.IntPtr
    Dim pdEI As System.Integer
    Dim QdEI As System.Integer
    Dim rdEI As System.Integer
    Dim SdEI As System.Integer
    Dim tdEI As System.Integer
    Dim UdEI As System.Integer
    Dim vdEI As System.IntPtr
    Dim WdEI As xYCI.bOhI
    Dim xdEI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.ldEI(MdEI, ndEI, OdEI, pdEI, QdEI, rdEI, SdEI, tdEI, UdEI, vdEI, WdEI, xdEI)
    public static System.int ldEI( 
       System.IntPtr MdEI,
       System.IntPtr ndEI,
       System.IntPtr OdEI,
       System.int pdEI,
       System.int QdEI,
       System.int rdEI,
       System.int SdEI,
       System.int tdEI,
       System.int UdEI,
       System.IntPtr vdEI,
       xYCI.bOhI WdEI,
       System.IntPtr xdEI
    )

    Parameters

    MdEI
    ndEI
    OdEI
    pdEI
    QdEI
    rdEI
    SdEI
    tdEI
    UdEI
    vdEI
    WdEI
    xdEI
    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