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


In This Topic
    fSfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function fSfI( _
       ByVal GSfI As System.IntPtr, _
       ByVal hSfI As System.String, _
       ByVal ISfI As System.Integer, _
       ByVal jSfI As System.IntPtr, _
       ByRef KSfI As dnQI, _
       ByVal lSfI As System.IntPtr, _
       ByRef MSfI As dnQI, _
       ByRef nSfI As System.Integer, _
       ByRef OSfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim GSfI As System.IntPtr
    Dim hSfI As System.String
    Dim ISfI As System.Integer
    Dim jSfI As System.IntPtr
    Dim KSfI As dnQI
    Dim lSfI As System.IntPtr
    Dim MSfI As dnQI
    Dim nSfI As System.Integer
    Dim OSfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.fSfI(GSfI, hSfI, ISfI, jSfI, KSfI, lSfI, MSfI, nSfI, OSfI)
    public static System.int fSfI( 
       System.IntPtr GSfI,
       System.string hSfI,
       System.int ISfI,
       System.IntPtr jSfI,
       ref dnQI KSfI,
       System.IntPtr lSfI,
       out dnQI MSfI,
       out System.int nSfI,
       out System.int OSfI
    )

    Parameters

    GSfI
    hSfI
    ISfI
    jSfI
    KSfI
    lSfI
    MSfI
    nSfI
    OSfI
    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