//
//
//
//
//
//
//
//
//
//
软件Tags:
取当前输入法名称
系统结构:取当前输入法名称,GetCurrentProcessId,GetKeyboardLayout,keybd_event,ImmGetDescriptionA,
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ 取当前输入法名称
| |
| |------ _时钟1_周期事件
| |
| |
======调用的Dll
| |
| |---[dll]------ GetCurrentProcessId
| |
| |---[dll]------ GetKeyboardLayout
| |
| |---[dll]------ keybd_event
| |
| |---[dll]------ ImmGetDescriptionA
调用的DLL命令:
.DLL命令 GetCurrentProcessId, 整数型, "kernel32", "GetCurrentThreadId", , 获取当前进程一个唯一的标识符
.DLL命令 GetKeyboardLayout, 整数型, , "GetKeyboardLayout", , 获得指定线程的活动键盘布局
.参数 dwLayout, 整数型, , 标识欲查询的线程标识符
.DLL命令 keybd_event, , "user32"
.参数 bVk, 字节型
.参数 Scan, 字节型
.参数 dwFlags, 整数型
.参数 dwExtraInfo, 整数型
.DLL命令 ImmGetDescriptionA, 整数型, "imm32.dll", "ImmGetDescriptionA"
.参数 hkl, 整数型
.参数 lpsz, 文本型
.参数 uBufLen, 整数型
