How can you tell from your function within a DLL (without parsing a param) who called it. So that you can manipulate the appropriate variables for that instance??
thanks
Light knight.
p.s. It's probaby something really simple.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can you tell from your function within a DLL (without parsing a param) who called it. So that you can manipulate the appropriate variables for that instance??
thanks
Light knight.
p.s. It's probaby something really simple.
Solved it. Aparently you use Thread Local Storage.
thanks anyway
lk