Hi chmilz
First you have to search the node to delete.
You need 2 pointers. One before the node you want to delete (pBef) and one pointing on the node to delete (pDel).
Then you say:
pBef->next = pDel->next;
delete (pDel);
Of course you have to do all the special cases, like empty list...
Hi Adi
I did some research on hooks and I'm know convinced that there is know solution for this problem. Even if there are a lot of other problems, like interfering my DLL, ...
I decided know to give the responsibility to the users to keep their computers clean of viruses and troyan horses and...
Hi Picard
Thanks for your Information. It sounds quite helpful. I have just on problem with it: What do you mean with "hook a function" respectively how do you hook a function?
Martin
Hi
As far as I know it is possible for other applications to
get a handle of the window from my application, and then
it is possible for this application to write into my
window. Is that true? If yes, is there a possibility to
prevent this?
Thanx in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.