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


In This Topic
    MOfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function MOfI( _
       ByVal nOfI As System.IntPtr, _
       ByVal OOfI As System.Integer, _
       ByVal pOfI As System.Integer, _
       ByVal QOfI As System.IntPtr, _
       ByVal rOfI As System.IntPtr, _
       ByRef SOfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim nOfI As System.IntPtr
    Dim OOfI As System.Integer
    Dim pOfI As System.Integer
    Dim QOfI As System.IntPtr
    Dim rOfI As System.IntPtr
    Dim SOfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.MOfI(nOfI, OOfI, pOfI, QOfI, rOfI, SOfI)
    public static System.int MOfI( 
       System.IntPtr nOfI,
       System.int OOfI,
       System.int pOfI,
       System.IntPtr QOfI,
       System.IntPtr rOfI,
       out System.int SOfI
    )

    Parameters

    nOfI
    OOfI
    pOfI
    QOfI
    rOfI
    SOfI
    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