ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.UInteger, _
       ByVal LCType As System.UInteger, _
       ByVal lpLCData As System.Char, _
       ByVal cchData As System.Integer _
    ) As System.Integer
    public static System.int GetLocaleInfoUnsafe( 
       System.uint Locale,
       System.uint LCType,
       System.char* lpLCData,
       System.int cchData
    )

    Parameters

    Locale
    LCType
    lpLCData
    cchData
    See Also