[]
public static extern int LCMapString(int Locale, int dwMapFlags, ref string lpSrcStr, int cchSrc, ref string lpDestStr, int cchDest)
Public Shared Function LCMapString(Locale As Integer, dwMapFlags As Integer, ByRef lpSrcStr As String, cchSrc As Integer, ByRef lpDestStr As String, cchDest As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | Locale | |
| int | dwMapFlags | |
| string | lpSrcStr | |
| int | cchSrc | |
| string | lpDestStr | |
| int | cchDest |
| Type | Description |
|---|---|
| int |