ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetLocaleInfoEx Method

In This Topic
    GetLocaleInfoEx Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetLocaleInfoEx( _
       ByVal lpLocaleName As System.String, _
       ByVal LCType As System.UInteger, _
       ByVal lpLCData As System.Text.StringBuilder, _
       ByVal cchData As System.Integer _
    ) As System.Integer
    public static System.int GetLocaleInfoEx( 
       System.string lpLocaleName,
       System.uint LCType,
       System.Text.StringBuilder lpLCData,
       System.int cchData
    )

    Parameters

    lpLocaleName
    LCType
    lpLCData
    cchData
    See Also