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


In This Topic
    UnfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function UnfI( _
       ByVal vnfI As System.IntPtr, _
       ByVal WnfI As System.IntPtr, _
       ByRef xnfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim vnfI As System.IntPtr
    Dim WnfI As System.IntPtr
    Dim xnfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.UnfI(vnfI, WnfI, xnfI)
    public static System.int UnfI( 
       System.IntPtr vnfI,
       System.IntPtr WnfI,
       out System.int xnfI
    )

    Parameters

    vnfI
    WnfI
    xnfI
    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