Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Kill a process
Message
 
À
28/03/2004 01:34:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00890217
Message ID:
00890379
Vues:
30
seems to be what I need but I got the following error

too many arguments
    DECLARE SHORT GetExitCodeProcess IN WIN32API AS GetExitCodeProc ;
        INTEGER hProcess, ;
        @INTEGER lpdwExitCode
    LOCAL nRetunCode
    nReturnCode = 0
 	
    IF GetExitCodeProc(tnProcessToCheck, @nReturnCode)  && HERE HERE
.......
DO WHILE .T.
      ME.Work()
ENDDO
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform