InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetLocaleInfoUnsafe Method

In This Topic
    GetLocaleInfoUnsafe Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetLocaleInfoUnsafe( _
       ByVal Locale As UInteger, _
       ByVal LCType As UInteger, _
       ByVal lpLCData As Char, _
       ByVal cchData As Integer _
    ) As Integer
    public static int GetLocaleInfoUnsafe( 
       uint Locale,
       uint LCType,
       char* lpLCData,
       int cchData
    )

    Parameters

    Locale
    LCType
    lpLCData
    cchData
    See Also