Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / bpnI Method


In This Topic
    bpnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function bpnI( _
       ByVal CpnI As System.IntPtr, _
       ByVal dpnI As System.Integer, _
       ByVal value As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim CpnI As System.IntPtr
    Dim dpnI As System.Integer
    Dim value As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.bpnI(CpnI, dpnI, value)
    public static System.bool bpnI( 
       System.IntPtr CpnI,
       System.int dpnI,
       System.int value
    )

    Parameters

    CpnI
    dpnI
    value
    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