Nevron Open Vision Documentation
Nevron.Nov Namespace / NMachineInfoService Class / bj Method


In This Topic
    bj Method (NMachineInfoService)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend MustOverride Function bj( _
       ByVal WttE As ENProductGroup, _
       ByRef xttE As System.UInteger, _
       ByRef YttE As rtvd _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NMachineInfoService
    Dim WttE As ENProductGroup
    Dim xttE As System.UInteger
    Dim YttE As rtvd
    Dim value As System.Boolean
     
    value = instance.bj(WttE, xttE, YttE)
    internal abstract System.bool bj( 
       ENProductGroup WttE,
       out System.uint xttE,
       out rtvd YttE
    )

    Parameters

    WttE
    xttE
    YttE
    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