//
//
//
//
//
//
//
//
//
//
软件Tags:
晨露流星专用记事本
系统结构:WndProc,CreatePatternBrush,GetWindowLong,SetWindowLong,CallWindowProcA,DeleteObject,SetBkMode,
======窗口程序集1
| |
| |------ __启动窗口_创建完毕
| |
| |------ WndProc
| |
| |------ __启动窗口_可否被关闭
| |
| |------ _编辑框1_内容被改变
| |
| |------ _编辑框1_滚轮被滚动
| |
| |------ _关闭_被单击
| |
| |------ _最小化_被单击
| |
| |------ _关于作者_被单击
| |
| |------ _新建文本_被单击
| |
| |------ _打开文本_被单击
| |
| |------ _保存文件_被单击
| |
| |
======窗口程序集2
| |
| |------ _超级按钮1_被单击
| |
| |
======调用的Dll
| |
| |---[dll]------ CreatePatternBrush
| |
| |---[dll]------ GetWindowLong
| |
| |---[dll]------ SetWindowLong
| |
| |---[dll]------ CallWindowProcA
| |
| |---[dll]------ DeleteObject
| |
| |---[dll]------ SetBkMode
调用的DLL命令:
.DLL命令 CreatePatternBrush, 整数型, "gdi32", "CreatePatternBrush"
.参数 hBitmap, 整数型
.DLL命令 GetWindowLong, 整数型, "user32", "GetWindowLongA"
.参数 hwnd, 整数型
.参数 nIndex, 整数型
.DLL命令 SetWindowLong, 整数型, "user32", "SetWindowLongA"
.参数 hwnd, 整数型
.参数 nIndex, 整数型
.参数 dwNewLong, 整数型
.DLL命令 CallWindowProcA, 整数型, , "CallWindowProcA"
.参数 lproc, 整数型
.参数 hwnd, 整数型
.参数 umsg, 整数型
.参数 wparam, 整数型
.参数 lparam, 整数型
.DLL命令 DeleteObject, 整数型, "gdi32", "DeleteObject"
.参数 hObject, 整数型
.DLL命令 SetBkMode, 整数型, "gdi32", "SetBkMode"
.参数 hdc, 整数型
.参数 nBkMode, 整数型
