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


In This Topic
    nWfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function nWfI( _
       ByVal OWfI As System.IntPtr, _
       ByVal pWfI As System.Integer, _
       ByVal QWfI As System.IntPtr, _
       ByVal rWfI As System.Integer, _
       ByVal SWfI As System.String, _
       ByRef tWfI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim OWfI As System.IntPtr
    Dim pWfI As System.Integer
    Dim QWfI As System.IntPtr
    Dim rWfI As System.Integer
    Dim SWfI As System.String
    Dim tWfI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.nWfI(OWfI, pWfI, QWfI, rWfI, SWfI, tWfI)
    public static System.int nWfI( 
       System.IntPtr OWfI,
       System.int pWfI,
       System.IntPtr QWfI,
       System.int rWfI,
       System.string SWfI,
       out System.IntPtr tWfI
    )

    Parameters

    OWfI
    pWfI
    QWfI
    rWfI
    SWfI
    tWfI
    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