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


In This Topic
    StfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function StfI( _
       ByVal ttfI As System.IntPtr, _
       ByRef UtfI As System.Integer, _
       ByVal vtfI As System.IntPtr, _
       ByVal WtfI() As System.Byte, _
       ByVal xtfI As System.Integer, _
       ByVal YtfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim ttfI As System.IntPtr
    Dim UtfI As System.Integer
    Dim vtfI As System.IntPtr
    Dim WtfI() As System.Byte
    Dim xtfI As System.Integer
    Dim YtfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.StfI(ttfI, UtfI, vtfI, WtfI, xtfI, YtfI)
    public static System.int StfI( 
       System.IntPtr ttfI,
       out System.int UtfI,
       System.IntPtr vtfI,
       out System.byte[] WtfI,
       System.int xtfI,
       System.int YtfI
    )

    Parameters

    ttfI
    UtfI
    vtfI
    WtfI
    xtfI
    YtfI
    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