Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / MMCI Class / nMCI Method


In This Topic
    nMCI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function nMCI( _
       ByVal OMCI As System.IntPtr, _
       ByVal pMCI As System.IntPtr, _
       ByVal QMCI As System.String, _
       ByVal rMCI As System.IntPtr, _
       ByVal SMCI As System.IntPtr, _
       ByVal tMCI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim OMCI As System.IntPtr
    Dim pMCI As System.IntPtr
    Dim QMCI As System.String
    Dim rMCI As System.IntPtr
    Dim SMCI As System.IntPtr
    Dim tMCI As System.Integer
    Dim value As System.Integer
     
    value = MMCI.nMCI(OMCI, pMCI, QMCI, rMCI, SMCI, tMCI)
    internal static System.int nMCI( 
       System.IntPtr OMCI,
       System.IntPtr pMCI,
       System.string QMCI,
       System.IntPtr rMCI,
       System.IntPtr SMCI,
       System.int tMCI
    )

    Parameters

    OMCI
    pMCI
    QMCI
    rMCI
    SMCI
    tMCI
    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