//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言长整数与日期时间转换源码
系统结构:日期_到长整数,长整数_到日期,CopyMemory,CopyMemory2,
======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |------ 日期_到长整数
| |
| |------ 长整数_到日期
| |
| |
======调用的Dll
| |
| |---[dll]------ CopyMemory
| |
| |---[dll]------ CopyMemory2
调用的DLL命令:
.DLL命令 CopyMemory, , "kernel32", "RtlMoveMemory"
.参数 Destination, 长整数型, 传址
.参数 Source, 日期时间型, 传址
.参数 Length, 整数型
.DLL命令 CopyMemory2, , "kernel32", "RtlMoveMemory"
.参数 Destination, 日期时间型, 传址
.参数 Source, 长整数型, 传址
.参数 Length, 整数型
