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


In This Topic
    fhb Method (MMbI)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function fhb( _
       ByVal UnbI As System.IntPtr, _
       ByVal vnbI As System.Integer, _
       ByVal WnbI As System.IntPtr, _
       ByVal xnbI As System.IntPtr _
    ) As System.IntPtr
    'Usage
     
    
    Dim instance As MMbI
    Dim UnbI As System.IntPtr
    Dim vnbI As System.Integer
    Dim WnbI As System.IntPtr
    Dim xnbI As System.IntPtr
    Dim value As System.IntPtr
     
    value = instance.fhb(UnbI, vnbI, WnbI, xnbI)
    protected override System.IntPtr fhb( 
       System.IntPtr UnbI,
       System.int vnbI,
       System.IntPtr WnbI,
       System.IntPtr xnbI
    )

    Parameters

    UnbI
    vnbI
    WnbI
    xnbI
    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