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


In This Topic
    hpfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function hpfI( _
       ByVal IpfI As System.IntPtr, _
       ByVal jpfI As System.Integer, _
       ByVal KpfI As System.Integer, _
       ByVal lpfI As System.IntPtr, _
       ByRef MpfI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim IpfI As System.IntPtr
    Dim jpfI As System.Integer
    Dim KpfI As System.Integer
    Dim lpfI As System.IntPtr
    Dim MpfI As System.Integer
    Dim value As System.Integer
     
    value = xYCI.hpfI(IpfI, jpfI, KpfI, lpfI, MpfI)
    public static System.int hpfI( 
       System.IntPtr IpfI,
       System.int jpfI,
       System.int KpfI,
       System.IntPtr lpfI,
       out System.int MpfI
    )

    Parameters

    IpfI
    jpfI
    KpfI
    lpfI
    MpfI
    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