关于copyfile(). 10
我在测试copyfile()函数功能的时候,编译了一个程序,编译可以通过,但返回值一直为0。文件也没有复制成功。文件路径都存在。#include<windows.h>in...
我在测试copyfile()函数功能的时候,编译了一个程序,编译可以通过,但返回值一直为0。文件也没有复制成功。文件路径都存在。
#include<windows.h>
int __stdcall WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,PSTR
szCmdLine, int iCmdShow){
int a;
char *b="C:\Windows\System32\shutdown.exe";
char *d="C:\shou.exe";
a=CopyFile("b","d",NULL);
return a;
} 展开
#include<windows.h>
int __stdcall WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance,PSTR
szCmdLine, int iCmdShow){
int a;
char *b="C:\Windows\System32\shutdown.exe";
char *d="C:\shou.exe";
a=CopyFile("b","d",NULL);
return a;
} 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询