TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / MAKELCID Method

In This Topic
    MAKELCID Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function MAKELCID( _
       ByVal LANG_ID As UInteger, _
       ByVal SORT_ID As UInteger _
    ) As UInteger
    public static uint MAKELCID( 
       uint LANG_ID,
       uint SORT_ID
    )

    Parameters

    LANG_ID
    SORT_ID
    See Also