Memory mapfile problem
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hi, I want to ask if a DLL is unloaded, will the memory mapfile its referring to loses? Thanks
-
hi, I want to ask if a DLL is unloaded, will the memory mapfile its referring to loses? Thanks
Yes, if the load count of the DLL goes to zero, or there is no longer any process referencing the DLL, it will be unloaded.