//
//
//
//
//
//
//
//
//
//
软件Tags:
易语言文件时间读写模块源码
系统结构:取文件时间,设置文件时间,FileTimeToSystemTime,GetFileTime,CreateFile,SystemTimeToFileTime,SetFileTime,CloseHandle,
======程序集1
| |
| |------ _启动子程序
| |
| |------ _临时子程序
| |
| |------ 取文件时间
| |
| |------ 设置文件时间
| |
| |
======调用的Dll
| |
| |---[dll]------ FileTimeToSystemTime
| |
| |---[dll]------ GetFileTime
| |
| |---[dll]------ CreateFile
| |
| |---[dll]------ SystemTimeToFileTime
| |
| |---[dll]------ SetFileTime
| |
| |---[dll]------ CloseHandle
调用的DLL命令:
.DLL命令 FileTimeToSystemTime, 整数型, , "FileTimeToSystemTime"
.参数 lpFileTime, FILETIME
.参数 lpSystemTime, SYSTEMTIME
.DLL命令 GetFileTime, 整数型, , "GetFileTime"
.参数 hFile, 整数型
.参数 lpCreationTime, FILETIME
.参数 lpLastAccessTime, FILETIME
.参数 lpLastWriteTime, FILETIME
.DLL命令 CreateFile, 整数型, , "CreateFileA"
.参数 lpFileName, 文本型
.参数 dwDesiredAccess, 整数型
.参数 dwShareMode, 整数型
.参数 lpSecurityAttributes, 整数型
.参数 dwCreationDisposition, 整数型
.参数 dwFlagsAndAttributes, 整数型
.参数 hTemplateFile, 整数型
.DLL命令 SystemTimeToFileTime, 整数型, , "SystemTimeToFileTime"
.参数 lpSystemTime, SYSTEMTIME
.参数 lpFileTime, FILETIME
.DLL命令 SetFileTime, 整数型, , "SetFileTime"
.参数 hFile, 整数型
.参数 lpCreationTime, FILETIME
.参数 lpLastAccessTime, FILETIME
.参数 lpLastWriteTime, FILETIME
.DLL命令 CloseHandle, 整数型, , "CloseHandle"
.参数 hObject, 整数型
