Implementing DllMain | Microsoft Docs
https://docs.microsoft.com/en-us/previous-versions/windows/desktop/mscs/implementing-dllmain
May 31, 2018 · In this article. To work with an instance of a resource type, a Resource Monitor needs to have the resource DLL that supports the type loaded into its process. If the DLL is already loaded, the Resource Monitor calls the appropriate entry point function. If not, the Resource Monitor calls LoadLibrary and triggers the DllMain entry point.
DA: 21 PA: 53 MOZ Rank: 16