|
发表于 2022-10-2 15:02:48
|
显示全部楼层
福建省泉州市
变量名 | 类 型 | 静态 | 数组 | 备 注 | hDrop | 整数型 | | | sTmp | 文本型 | | | lngFormat | 整数型 | | | lngEffect | 整数型 | | | lcount | 整数型 | | | i | 整数型 | | | 清除数组 (文件数组 )如果真 (IsClipboardFormatAvailable ( #CF_HDROP ) = 0 或 OpenClipboard (0 ) = 0 )返回 (0 )hDrop = GetClipboardData ( #CF_HDROP )lcount = DragQueryFileA (hDrop, -1, #NULL, 0 )sTmp = 取空白文本 (260 )计次循环首 (lcount, i )DragQueryFileA (hDrop, i - 1, 取指针文本_ (sTmp ), 260 )加入成员 (文件数组, sTmp )计次循环尾 ()如果真 (是否为空 (状态 ) = 假)lngFormat = RegisterClipboardFormatA (“Preferred DropEffect”)hDrop = GetClipboardData (lngFormat )如果真 (hDrop ≠ 0 )RtlMoveMemory_整数传址1 (lngEffect, hDrop, 4 )状态 = lngEffect = 2GlobalFree (hDrop )CloseClipboard ()返回 (lcount )
如果混用了其他模块 建议先删除其他模块再测试一遍
有可能是其他模块内有被引用的同名子程序导致错误 |
|