Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / KfnI Method


In This Topic
    KfnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function KfnI( _
       ByVal lfnI As System.IntPtr, _
       ByVal MfnI As System.Integer, _
       ByVal nfnI As System.Integer, _
       ByVal OfnI As System.IntPtr _
    ) As System.Boolean
    'Usage
     
    
    Dim lfnI As System.IntPtr
    Dim MfnI As System.Integer
    Dim nfnI As System.Integer
    Dim OfnI As System.IntPtr
    Dim value As System.Boolean
     
    value = tdnI.KfnI(lfnI, MfnI, nfnI, OfnI)
    public static System.bool KfnI( 
       System.IntPtr lfnI,
       System.int MfnI,
       System.int nfnI,
       System.IntPtr OfnI
    )

    Parameters

    lfnI
    MfnI
    nfnI
    OfnI
    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