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


In This Topic
    txfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function txfI( _
       ByVal UxfI As System.IntPtr, _
       ByVal vxfI As System.Integer, _
       ByRef WxfI As tMQI, _
       ByVal xxfI As System.Integer, _
       ByVal YxfI As System.String, _
       ByRef AYfI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim UxfI As System.IntPtr
    Dim vxfI As System.Integer
    Dim WxfI As tMQI
    Dim xxfI As System.Integer
    Dim YxfI As System.String
    Dim AYfI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.txfI(UxfI, vxfI, WxfI, xxfI, YxfI, AYfI)
    public static System.int txfI( 
       System.IntPtr UxfI,
       System.int vxfI,
       ref tMQI WxfI,
       System.int xxfI,
       System.string YxfI,
       out System.IntPtr AYfI
    )

    Parameters

    UxfI
    vxfI
    WxfI
    xxfI
    YxfI
    AYfI
    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