blocking processes
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi ! Does anybody know how to stop a process without killing it ? What i needed was that my program hooked windows and get notification when explorer or any other windows component calls FindFirstFile(...) my application gets a notification message.Now based on certain settings my program must allow FindFirstFile(...) to execute ,or prevent it from execution.I have proceeded till the notification part.Currently the app is notified when FindFirstFile(...) is called.But how do i stop it? Also the app must be cross platform friendly ...and i don't have DDK so the solution can't be driver based... Kane