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