Hi
I want to protect my process from EndTask api in 64 bit Windows 7
I am handling WM_CLOSE by returning 0 from it
On calling EndTask from a sample application on the windows of my process, windows End Program(The program is not responding...) dialog box appears.
If I press "End Now", my process terminates. If I press cancel, the process continues.
Where am I going wrong?
Is there any other way to hide my Windows from other applications?
I want to protect my process from EndTask api in 64 bit Windows 7
I am handling WM_CLOSE by returning 0 from it
On calling EndTask from a sample application on the windows of my process, windows End Program(The program is not responding...) dialog box appears.
If I press "End Now", my process terminates. If I press cancel, the process continues.
Where am I going wrong?
Is there any other way to hide my Windows from other applications?