[]
        
(Showing Draft Content)

C1.Util.Win.Win32.LCMapStringA

LCMapStringA Method

LCMapStringA(int, int, byte[], int, byte[], int)

Declaration
public static extern int LCMapStringA(int Locale, int dwMapFlags, byte[] lpSrcStr, int cchSrc, byte[] lpDestStr, int cchDest)
Public Shared Function LCMapStringA(Locale As Integer, dwMapFlags As Integer, lpSrcStr As Byte(), cchSrc As Integer, lpDestStr As Byte(), cchDest As Integer) As Integer
Parameters
Type Name Description
int Locale
int dwMapFlags
byte[] lpSrcStr
int cchSrc
byte[] lpDestStr
int cchDest
Returns
Type Description
int