TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / LCMapString Method

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

    Parameters

    Locale
    dwMapFlags
    lpSrcStr
    cchSrc
    lpDestStr
    cchDest
    See Also