Nevron Open Vision Documentation
Nevron.Nov Namespace / NLicenseKey Structure / Qxvd Method


In This Topic
    Qxvd Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Sub Qxvd( _
       ByVal rxvd As System.Integer, _
       ByRef Sxvd As System.Integer, _
       ByRef txvd As System.Integer, _
       ByRef Uxvd() As System.Integer, _
       ByRef vxvd() As System.Integer _
    ) 
    'Usage
     
    
    Dim rxvd As System.Integer
    Dim Sxvd As System.Integer
    Dim txvd As System.Integer
    Dim Uxvd() As System.Integer
    Dim vxvd() As System.Integer
     
    NLicenseKey.Qxvd(rxvd, Sxvd, txvd, Uxvd, vxvd)
    internal static void Qxvd( 
       System.int rxvd,
       ref System.int Sxvd,
       ref System.int txvd,
       ref System.int[] Uxvd,
       ref System.int[] vxvd
    )

    Parameters

    rxvd
    Sxvd
    txvd
    Uxvd
    vxvd
    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