Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / jQlI Class / AbMI Method


In This Topic
    AbMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function AbMI( _
       ByVal bbMI As System.IntPtr, _
       ByVal CbMI As System.Integer, _
       ByVal dbMI As System.Integer, _
       ByVal EbMI As nOQI _
    ) As System.Boolean
    'Usage
     
    
    Dim bbMI As System.IntPtr
    Dim CbMI As System.Integer
    Dim dbMI As System.Integer
    Dim EbMI As nOQI
    Dim value As System.Boolean
     
    value = jQlI.AbMI(bbMI, CbMI, dbMI, EbMI)
    internal static System.bool AbMI( 
       System.IntPtr bbMI,
       System.int CbMI,
       System.int dbMI,
       out nOQI EbMI
    )

    Parameters

    bbMI
    CbMI
    dbMI
    EbMI
    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