DLL and Static Variable question

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi,

If a DLL contains a static variable, is that variable shared among all
loaded instances of the DLL, or does each process get its own copy of the
static variable?


.