//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言禁止最小化滑动模块源码
系统结构:禁止最小化滑动,将消息传答窗口函数,API_CallWindowProc,API_SetWindowLong,
======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |------ 禁止最小化滑动
| |
| |------ 将消息传答窗口函数
| |
| |
======调用的Dll
| |
| |---[dll]------ API_CallWindowProc
| |
| |---[dll]------ API_SetWindowLong
调用的DLL命令:
.DLL命令 API_CallWindowProc, 整数型, "user32 ", "CallWindowProcA", , 将消息传答窗口函数
.参数 lpPrevWndFunc, 整数型
.参数 hwnd, 整数型
.参数 msg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型
.DLL命令 API_SetWindowLong, 整数型, "user32 ", "SetWindowLongA", , 在窗口结构中为指定的窗口设置信息指定数据的前一个值
.参数 hwnd, 整数型, , 欲为其取得信息的窗口的句柄
.参数 nIndex, 整数型, , 请参考GetWindowLong函数的nIndex参数的说明
.参数 dwNewLong, 整数型, , 由nIndex指定的窗口信息的新值;
