Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / fxKI Class / WxKI Method


In This Topic
    WxKI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function WxKI( _
       ByVal xxKI As System.IntPtr, _
       ByRef YxKI As NScreen _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As fxKI
    Dim xxKI As System.IntPtr
    Dim YxKI As NScreen
    Dim value As System.Boolean
     
    value = instance.WxKI(xxKI, YxKI)
    internal System.bool WxKI( 
       System.IntPtr xxKI,
       out NScreen YxKI
    )

    Parameters

    xxKI
    YxKI
    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