GetKeyboardLayout |
VB声明 |
|
Declare Function GetKeyboardLayout Lib "user32" Alias "GetKeyboardLayout" (ByVal dwLayout As Long) As Long |
|
说明 |
|
取得一个句柄,描述指定应用程序的键盘布局 |
|
返回值 |
|
Long,键盘布局的句柄 |
|
参数表 |
|
参数 |
类型及说明 |
dwLayout |
Long,欲检查的线程的标识符 |
Top |