ServersMU - Comunidad

Zona Programadores => Sources => Mensaje iniciado por: Applayo en Abril 25, 2021, 12:16:28 am

Título: Get File Atributes - All Seasons Muemu
Publicado 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]
Título: Re: Get File Atributes - All Seasons Muemu
Publicado por: paofu en Abril 30, 2021, 12:27:04 am
What is it used for?
Título: Re: Get File Atributes - All Seasons Muemu
Publicado por: robins1998 en Mayo 27, 2021, 02:25:20 am
Very helpful, thanks for sharing.