Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / WtKI Class / dUKI Method


In This Topic
    dUKI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function dUKI( _
       ByVal EUKI As System.UIntPtr, _
       ByVal fUKI As System.String, _
       ByVal GUKI As System.UInteger, _
       ByVal hUKI As System.UInteger, _
       ByRef IUKI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim EUKI As System.UIntPtr
    Dim fUKI As System.String
    Dim GUKI As System.UInteger
    Dim hUKI As System.UInteger
    Dim IUKI As System.IntPtr
    Dim value As System.Integer
     
    value = WtKI.dUKI(EUKI, fUKI, GUKI, hUKI, IUKI)
    public static System.int dUKI( 
       System.UIntPtr EUKI,
       System.string fUKI,
       System.uint GUKI,
       System.uint hUKI,
       out System.IntPtr IUKI
    )

    Parameters

    EUKI
    fUKI
    GUKI
    hUKI
    IUKI
    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