Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / hGCI Class / fhb Method


In This Topic
    fhb Method (hGCI)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function fhb( _
       ByVal OGCI As System.IntPtr, _
       ByVal pGCI As System.Integer, _
       ByVal QGCI As System.IntPtr, _
       ByVal rGCI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim instance As hGCI
    Dim OGCI As System.IntPtr
    Dim pGCI As System.Integer
    Dim QGCI As System.IntPtr
    Dim rGCI As System.IntPtr
    Dim value As System.IntPtr
     
    value = instance.fhb(OGCI, pGCI, QGCI, rGCI)
    protected virtual System.IntPtr fhb( 
       System.IntPtr OGCI,
       System.int pGCI,
       System.IntPtr QGCI,
       System.IntPtr rGCI
    )

    Parameters

    OGCI
    pGCI
    QGCI
    rGCI
    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