Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Kill a process
Message
 
To
28/03/2004 01:34:15
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00890217
Message ID:
00890379
Views:
31
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform