G
Guest
Sorry for my poor english.
In windows2000, I want to disable users' ability to delete directories or
files in explorer. I want to use hook to catch the message when user click
"Yes" in the prompt dialog.
I am confusing which kind of hook to use,WH_GETMESSAGE or WH_SYSMSGFILTER?
And I don't know how to find the message that is created when user click
"delete".
I didn't find related code examples in my msdn.
Can anyone give me suggestion on how to do it and give code example?
Thank you very much.
In windows2000, I want to disable users' ability to delete directories or
files in explorer. I want to use hook to catch the message when user click
"Yes" in the prompt dialog.
I am confusing which kind of hook to use,WH_GETMESSAGE or WH_SYSMSGFILTER?
And I don't know how to find the message that is created when user click
"delete".
I didn't find related code examples in my msdn.
Can anyone give me suggestion on how to do it and give code example?
Thank you very much.