GetKeyboardLayoutList |
VB声明 |
|
Declare Function GetKeyboardLayoutList Lib "user32" Alias "GetKeyboardLayoutList" (ByVal nBuff As Long, lpList As Long) As Long |
|
说明 |
|
获得系统适用的所有键盘布局的一个列表 |
|
返回值 |
|
Long,装载到内存的键盘布局的数量 |
|
参数表 |
|
参数 |
类型及说明 |
nBuff |
Long,lpList数组中的条目数量。如设为零,表示获取可用键盘布局的数量 |
lpList |
Long,指定一个数组,它的元素数量至少应有nBuff规定的元素那么多。这个数组会随同句柄载入可用的键盘布局 |
Top |