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


In This Topic
    dnCI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function dnCI( _
       ByVal EnCI As System.String, _
       ByVal fnCI As System.String, _
       ByVal GnCI As System.Short, _
       ByVal hnCI As System.IntPtr, _
       ByVal InCI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim EnCI As System.String
    Dim fnCI As System.String
    Dim GnCI As System.Short
    Dim hnCI As System.IntPtr
    Dim InCI As System.IntPtr
    Dim value As System.Integer
     
    value = MMCI.dnCI(EnCI, fnCI, GnCI, hnCI, InCI)
    internal static System.int dnCI( 
       System.string EnCI,
       System.string fnCI,
       System.short GnCI,
       System.IntPtr hnCI,
       System.IntPtr InCI
    )

    Parameters

    EnCI
    fnCI
    GnCI
    hnCI
    InCI
    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