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


In This Topic
    pfnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function pfnI( _
       ByVal QfnI As System.IntPtr, _
       ByVal rfnI As System.Integer, _
       ByVal SfnI As System.Integer, _
       ByVal tfnI As System.IntPtr, _
       ByVal UfnI As System.Integer, _
       ByVal vfnI As System.Integer, _
       ByVal WfnI As System.Integer, _
       ByVal xfnI As System.IntPtr, _
       ByVal YfnI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim QfnI As System.IntPtr
    Dim rfnI As System.Integer
    Dim SfnI As System.Integer
    Dim tfnI As System.IntPtr
    Dim UfnI As System.Integer
    Dim vfnI As System.Integer
    Dim WfnI As System.Integer
    Dim xfnI As System.IntPtr
    Dim YfnI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.pfnI(QfnI, rfnI, SfnI, tfnI, UfnI, vfnI, WfnI, xfnI, YfnI)
    public static System.bool pfnI( 
       System.IntPtr QfnI,
       System.int rfnI,
       System.int SfnI,
       System.IntPtr tfnI,
       System.int UfnI,
       System.int vfnI,
       System.int WfnI,
       System.IntPtr xfnI,
       System.int YfnI
    )

    Parameters

    QfnI
    rfnI
    SfnI
    tfnI
    UfnI
    vfnI
    WfnI
    xfnI
    YfnI
    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