[]
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
| Type | Name | Description |
|---|---|---|
| int | Locale | |
| int | dwMapFlags | |
| byte[] | lpSrcStr | |
| int | cchSrc | |
| byte[] | lpDestStr | |
| int | cchDest |
| Type | Description |
|---|---|
| int |