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


In This Topic
    bbEI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function bbEI( _
       ByVal CbEI As System.IntPtr, _
       ByVal dbEI As System.IntPtr, _
       ByVal EbEI As System.Integer, _
       ByVal fbEI As System.Integer, _
       ByVal GbEI As System.Integer, _
       ByVal hbEI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim CbEI As System.IntPtr
    Dim dbEI As System.IntPtr
    Dim EbEI As System.Integer
    Dim fbEI As System.Integer
    Dim GbEI As System.Integer
    Dim hbEI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.bbEI(CbEI, dbEI, EbEI, fbEI, GbEI, hbEI)
    public static System.int bbEI( 
       System.IntPtr CbEI,
       System.IntPtr dbEI,
       System.int EbEI,
       System.int fbEI,
       System.int GbEI,
       System.int hbEI
    )

    Parameters

    CbEI
    dbEI
    EbEI
    fbEI
    GbEI
    hbEI
    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