ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / MAKELCID Method

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

    Parameters

    LANG_ID
    SORT_ID
    See Also