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


In This Topic
    SpfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SpfI( _
       ByVal tpfI As System.IntPtr, _
       ByVal UpfI As System.Integer, _
       ByVal vpfI As System.Integer, _
       ByRef WpfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim tpfI As System.IntPtr
    Dim UpfI As System.Integer
    Dim vpfI As System.Integer
    Dim WpfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.SpfI(tpfI, UpfI, vpfI, WpfI)
    public static System.int SpfI( 
       System.IntPtr tpfI,
       System.int UpfI,
       System.int vpfI,
       out System.int WpfI
    )

    Parameters

    tpfI
    UpfI
    vpfI
    WpfI
    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