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


In This Topic
    pxnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function pxnI( _
       ByVal QxnI As System.IntPtr, _
       ByVal rxnI As System.Integer, _
       ByVal SxnI As System.Integer, _
       ByRef txnI As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim QxnI As System.IntPtr
    Dim rxnI As System.Integer
    Dim SxnI As System.Integer
    Dim txnI As System.Object
    Dim value As System.Integer
     
    value = tdnI.pxnI(QxnI, rxnI, SxnI, txnI)
    public static System.int pxnI( 
       System.IntPtr QxnI,
       System.int rxnI,
       System.int SxnI,
       out System.object txnI
    )

    Parameters

    QxnI
    rxnI
    SxnI
    txnI
    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