//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言监视Explorer模块源码
系统结构:t,监视Explorer,WindowProc,停止监视Explorer,CallWindowProc,SetWindowLong,RegisterWindowMessageA,
======程序集1
| |
| |------ _启动子程序
| |
| |
======窗口程序集1
| |
| |------ _窗口1_创建完毕
| |
| |------ t
======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |------ 监视Explorer
| |
| |------ WindowProc
| |
| |------ 停止监视Explorer
| |
| |
======调用的Dll
| |
| |---[dll]------ CallWindowProc
| |
| |---[dll]------ SetWindowLong
| |
| |---[dll]------ RegisterWindowMessageA
调用的DLL命令:
.DLL命令 CallWindowProc, 整数型, "user32", "CallWindowProcA"
.参数 lpPrevWndFunc, 子程序指针
.参数 hWnd, 整数型
.参数 Msg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型
.DLL命令 SetWindowLong, 子程序指针, "user32", "SetWindowLongA"
.参数 hwnd, 整数型
.参数 nIndex, 整数型
.参数 dwNewLong, 子程序指针
.DLL命令 RegisterWindowMessageA, 整数型, , "RegisterWindowMessageA"
.参数 lpString, 文本型
