SWilliams15
Programmer
Say I call a DLL function from VB. The DLL func then creates a worker thread. Does that worker thread get destroyed when the DLL is unloaded from memory? I'd say yes since it's running in the same address space. Could someone confirm this?
Thanks,
Sean.