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

In This Topic
    LCMapStringA Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function LCMapStringA( _
       ByVal Locale As System.Integer, _
       ByVal dwMapFlags As System.Integer, _
       ByVal lpSrcStr() As System.Byte, _
       ByVal cchSrc As System.Integer, _
       ByVal lpDestStr() As System.Byte, _
       ByVal cchDest As System.Integer _
    ) As System.Integer
    public static System.int LCMapStringA( 
       System.int Locale,
       System.int dwMapFlags,
       System.byte[] lpSrcStr,
       System.int cchSrc,
       System.byte[] lpDestStr,
       System.int cchDest
    )

    Parameters

    Locale
    dwMapFlags
    lpSrcStr
    cchSrc
    lpDestStr
    cchDest
    See Also