char szHome[MAX_PATH];
DWORD RightWrong;
DWORD NameLength;
//当前的程序路径
RightWrong=GetCurrentDirectory(MAX_PATH,szHome);
RightWrong=GetSystemDirectory(szHome,MAX_PATH);
char szHome[MAX_PATH];
DWORD RightWrong;
DWORD NameLength;
//当前的程序路径
RightWrong=GetCurrentDirectory(MAX_PATH,szHome);
RightWrong=GetSystemDirectory(szHome,MAX_PATH);