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

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

    Parameters

    Locale
    dwMapFlags
    lpSrcStr
    cchSrc
    lpDestStr
    cchDest
    See Also