|
|
От: |
Chardex
|
|
| Дата: | 08.03.06 08:35 | ||
| Оценка: | |||
[DllImport("user32.dll")]
static extern bool GetKeyboardLayoutName([Out] StringBuilder pwszKLID);
[DllImport("user32")]
public static extern bool GetKeyboardLayoutName(IntPtr pwszKLID);