I need to load some resource from my DLL (i need to load them from the DLL code), for doing that I\'m using FindResource.
To do that i need the HModule of the DLL.
The first argument to DllMain() is the HMODULE of the DLL.
HMODULE