ServersMU - Comunidad
Zona Programadores => Sources => Mensaje iniciado por: Applayo en Abril 25, 2021, 12:16:28 am
-
[code]extern "C" _declspec(dllexport) void EntryProc() // OK
WIN32_FILE_ATTRIBUTE_DATA wfad;
if(GetFileAttributesEx(".\\ArquivoQualquer.exe",Ge tFileExInfoStandard,&wfad) == 0)
{
//ExitProcess(0);
}
}[/code]
-
What is it used for?
-
Very helpful, thanks for sharing.