Support Board
Date/Time: Mon, 24 Feb 2025 04:14:08 +0000
Post From: Callback on unload DLL
[2021-02-28 20:50:22] |
User819016 - Posts: 9 |
How can I detect when my DLL is unloaded? I am not seeing a study callback with LastCallToFunction set, and my DLL's DllMain() is not getting a DLL_PROCESS_DETACH/THREAD callback. I am seeing a message log that shows the DLL getting unloaded. Does "unload DLL" call FreeLibrary()? |