capsulecorpjx
Jul 15th, 2005, 10:48 AM
Do DLL files store persistent data?
For example, if I called a function setSomeValue(intSomeInt) from my VB app that invokes a DLL function to set a value, after my program completely restarts, will that value still be there? Can i get that value with getSomeValue(...)?
For example, if I called a function setSomeValue(intSomeInt) from my VB app that invokes a DLL function to set a value, after my program completely restarts, will that value still be there? Can i get that value with getSomeValue(...)?