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


In This Topic
    MKfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function MKfI( _
       ByVal nKfI As System.IntPtr, _
       ByRef OKfI As System.Integer, _
       ByRef pKfI As xYCI.CMhI _
    ) As System.Integer
    'Usage
     
    
    Dim nKfI As System.IntPtr
    Dim OKfI As System.Integer
    Dim pKfI As xYCI.CMhI
    Dim value As System.Integer
     
    value = xYCI.MKfI(nKfI, OKfI, pKfI)
    public static System.int MKfI( 
       System.IntPtr nKfI,
       out System.int OKfI,
       out xYCI.CMhI pKfI
    )

    Parameters

    nKfI
    OKfI
    pKfI
    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