EverythingSDK

.版本 2 .子程序 _临时子程序 .局部变量 count, 整数型 .局部变量 index, 整数型 .局部变量 date, FILETIME .局部变量 systime, SYSTEMTIME ' 本名称子程序用作测试程序用,仅在开发及调试环境中有效,编译发布程序前将被系统自动清空,请将所有用作测试的临时代码放在本子程序中。 ***注意不要修改本子程序的名称、参数及返回值类型。 ' //dll注释有 Everything 1.4.1 说明只支持Everything 1.4.1版本 ' //dll注释有 LPCWSTR 说明返回值为LPCWSTR 易语言限制只能传整数 ' //dll声明都为 Everything32.dll ' //dll使用需要 Everything处于运行状态 Everything_SetSearchA (“hello”) ' Everything_SetRequestFlags (#EVERYTHING_REQUEST_DATE_MODIFIED + #EVERYTHING_REQUEST_PATH + #EVERYTHING_REQUEST_FILE_NAME) Everything_QueryA (真) count = Everything_GetNumResults () ' Everything_SetRequestFlags (0) .计次循环首 (count, index) 输出调试文本 (Everything_GetResultFileNameA (index - 1)) ' //数组索引从0开始 ' FileTimeToSystemTime () .计次循环尾 () ' 调试输出 (Everything_GetResultDateModified (0, date)) FileTimeToSystemTime (date, systime) ' 调试输出 (systime.wYear, systime.wMonth, systime.wDay)
相关文件下载地址
©下载资源版权归作者所有;本站所有资源均来源于网络,仅供学习使用,请支持正版!

EverythingSDK》有0个想法

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注