//
//
//
//
//
//
//
//
//
//
软件Tags:
取系统输入法名称&激活指定输入法系统结构:GetKeyboardLayout,GetKeyboardLayoutList,ImmGetDescriptionA,ActivateKeyboardLayout,GetCurrentProcessId, ======窗口程序集1 || ||------__启动窗口_创建完毕 || ||------_组合框1_列表项被选择 || ||------_按钮1_被单击 || || ======调用的Dll || ||---[dll]------GetKeyboardLayout || ||---[dll]------GetKeyboardLayoutList || ||---[dll]------ImmGetDescriptionA || ||---[dll]------ActivateKeyboardLayout || ||---[dll]------GetCurrentProcessId 调用的DLL命令: .DLL命令GetKeyboardLayout,整数型,,"GetKeyboardLayout" .参数dwLayout,整数型 .DLL命令GetKeyboardLayoutList,整数型,,"GetKeyboardLayoutList" .参数nBuff,整数型 .参数lpList,整数型,数组 .DLL命令ImmGetDescriptionA,整数型,"imm32.dll","ImmGetDescriptionA" .参数hkl,整数型 .参数lpsz,文本型 .参数uBufLen,整数型 .DLL命令ActivateKeyboardLayout,整数型,,"ActivateKeyboardLayout" .参数hkl,整数型 .参数flags,整数型 .DLL命令GetCurrentProcessId,整数型,"kernel32","GetCurrentThreadId"
