当前位置: 代码迷 >> PB >> SetFileAttributesA定义有关问题
  详细解决方案

SetFileAttributesA定义有关问题

热度:96   发布时间:2016-04-29 08:48:03.0
SetFileAttributesA定义问题
Function boolean SetFileAttributesA(string lpFileName, ulong dwFileAttributes) Library "KERNEL32.DLL"
Function ulong GetFileAttributesA (ref string filename) library "KERNEL32.DLL "

定义如上

调用如下
l=GetFileAttributesA("e:\alp.exe")
SetFileAttributesA("e:\alp.exe",0)


错误提示:unknonw functions name:GetFileAttributesA
  unknonw functions name:SetFileAttributesA


急候,谢谢

------解决方案--------------------
到这里下载
http://download.csdn.net/source/3083599
  相关解决方案