Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / GUdI Method


In This Topic
    GUdI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GUdI( _
       ByVal hUdI() As System.Byte, _
       ByVal IUdI As System.Integer, _
       ByRef jUdI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim hUdI() As System.Byte
    Dim IUdI As System.Integer
    Dim jUdI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.GUdI(hUdI, IUdI, jUdI)
    public static System.int GUdI( 
       System.byte[] hUdI,
       System.int IUdI,
       out System.IntPtr jUdI
    )

    Parameters

    hUdI
    IUdI
    jUdI
    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