Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / SvKI Delegate


In This Topic
    SvKI Delegate
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Delegate Sub SvKI( _
       ByVal UvKI As System.UInteger, _
       ByVal vvKI As System.UInteger, _
       ByRef WvKI As System.UInteger, _
       ByVal xvKI As System.UInteger, _
       ByVal YvKI As System.UInteger _
    ) 
    'Usage
     
    
    Dim instance As New SvKI(AddressOf HandlerMethod)
    internal delegate void SvKI( 
       System.uint UvKI,
       System.uint vvKI,
       ref System.uint WvKI,
       System.uint xvKI,
       System.uint YvKI
    )

    Parameters

    UvKI
    vvKI
    WvKI
    xvKI
    YvKI
    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