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


In This Topic
    rMdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function rMdI( _
       ByVal SMdI As System.Integer, _
       ByVal tMdI As System.Integer, _
       ByVal UMdI As System.Integer, _
       ByVal vMdI As System.Integer, _
       ByVal WMdI As System.IntPtr, _
       ByRef xMdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim SMdI As System.Integer
    Dim tMdI As System.Integer
    Dim UMdI As System.Integer
    Dim vMdI As System.Integer
    Dim WMdI As System.IntPtr
    Dim xMdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.rMdI(SMdI, tMdI, UMdI, vMdI, WMdI, xMdI)
    public static System.int rMdI( 
       System.int SMdI,
       System.int tMdI,
       System.int UMdI,
       System.int vMdI,
       System.IntPtr WMdI,
       out System.IntPtr xMdI
    )

    Parameters

    SMdI
    tMdI
    UMdI
    vMdI
    WMdI
    xMdI
    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