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


In This Topic
    GWfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GWfI( _
       ByVal hWfI As System.IntPtr, _
       ByVal IWfI As System.Integer, _
       ByRef jWfI As dnQI, _
       ByVal KWfI As System.Integer, _
       ByVal lWfI As System.String, _
       ByRef MWfI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim hWfI As System.IntPtr
    Dim IWfI As System.Integer
    Dim jWfI As dnQI
    Dim KWfI As System.Integer
    Dim lWfI As System.String
    Dim MWfI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.GWfI(hWfI, IWfI, jWfI, KWfI, lWfI, MWfI)
    public static System.int GWfI( 
       System.IntPtr hWfI,
       System.int IWfI,
       ref dnQI jWfI,
       System.int KWfI,
       System.string lWfI,
       out System.IntPtr MWfI
    )

    Parameters

    hWfI
    IWfI
    jWfI
    KWfI
    lWfI
    MWfI
    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