//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言加载内存ICO模块源码
系统结构:GethIcon,CopyMemory,CreateIconFromResource,
======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |------ GethIcon
| |
| |
======调用的Dll
| |
| |---[dll]------ CopyMemory
| |
| |---[dll]------ CreateIconFromResource
调用的DLL命令:
.DLL命令 CopyMemory, , "kernel32.dll", "RtlMoveMemory"
.参数 pDest, IconDirEntry
.参数 pSrc, 字节集
.参数 ByteLen, 整数型
.DLL命令 CreateIconFromResource, 整数型, , "CreateIconFromResource"
.参数 pbIconBits, 字节集
.参数 cbIconBits, 整数型
.参数 fIcon, 逻辑型
.参数 uFlags, 整数型
