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


In This Topic
    hbGI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function hbGI( _
       ByVal IbGI As System.IntPtr, _
       ByVal jbGI As System.String, _
       ByRef KbGI As System.Guid, _
       ByVal lbGI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim IbGI As System.IntPtr
    Dim jbGI As System.String
    Dim KbGI As System.Guid
    Dim lbGI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.hbGI(IbGI, jbGI, KbGI, lbGI)
    public static System.int hbGI( 
       System.IntPtr IbGI,
       System.string jbGI,
       ref System.Guid KbGI,
       System.IntPtr lbGI
    )

    Parameters

    IbGI
    jbGI
    KbGI
    lbGI
    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