cs_LordBob
Messages postés
2865
Date d'inscription
samedi 2 novembre 2002
Statut
Membre
Dernière intervention
11 mai 2009
9
21 juin 2005 à 10:39
tu déclare un ID pour ton thread:
DWORD ThreadID;
tu écris la fonction éxécuter par ton thread:
DWORD WINAPI ThreadInitServerProc(LPVOID lpParam)
{
blabla
return 0;
}
ensuite au moment voulu tu "crée le thread":
CreateThread(NULL, NULL, ThreadInitServerProc, NULL, NULL, &ThreadInitServerID);
Bob...
"La chance accorde ses faveur aux esprits avertis..."