Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Each API to force individual application to exit
Message
From
15/06/1999 11:12:26
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00229465
Message ID:
00229983
Views:
23
Thank Ed,

Just like to know how do I get the individual application process handle,
which API to do that, or which API to get application Whnd.
I may know the application program name, can that help ?

>>Hi,
>>
>>I do not know which Win API know which individual program
>>is running in Win9x/NT and then use another API to
>>force them to exit peacefully.
>>
>>I had come across API like - ExitWindow and ExitWindowEx
>>which is not what I want as they force all application
>>to exit.
>>
>
>If you know the Process Handle of the process you want to shut down, then use TerminateProcess()
>
>If you know the hWnd of the main Window of the process that you want to shut down, use SendMessage to send WM_CLOSE to the application you want toi shut down through it;'s main hWnd.
>
>>Any help is very much appreciated. Thank you
Best Regards
Virusim
Previous
Reply
Map
View

Click here to load this message in the networking platform