Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NInline Class / GSMC Method


In This Topic
    GSMC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function GSMC( _
       ByVal hSMC As NInline, _
       ByRef ISMC As UnnC, _
       ByRef jSMC As UnnC _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NInline
    Dim hSMC As NInline
    Dim ISMC As UnnC
    Dim jSMC As UnnC
    Dim value As System.Boolean
     
    value = instance.GSMC(hSMC, ISMC, jSMC)
    internal System.bool GSMC( 
       NInline hSMC,
       out UnnC ISMC,
       out UnnC jSMC
    )

    Parameters

    hSMC
    ISMC
    jSMC
    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