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

In This Topic
    LCMapString Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function LCMapString( _
       ByVal Locale As System.Integer, _
       ByVal dwMapFlags As System.Integer, _
       ByRef lpSrcStr As System.String, _
       ByVal cchSrc As System.Integer, _
       ByRef lpDestStr As System.String, _
       ByVal cchDest As System.Integer _
    ) As System.Integer
    public static System.int LCMapString( 
       System.int Locale,
       System.int dwMapFlags,
       ref System.string lpSrcStr,
       System.int cchSrc,
       ref System.string lpDestStr,
       System.int cchDest
    )

    Parameters

    Locale
    dwMapFlags
    lpSrcStr
    cchSrc
    lpDestStr
    cchDest
    See Also