Meta
Blogroll
IP info
Programs
Daily Archives: 2009-07-16
How to get the instance handle of a DLL?
How can you get the instance handle of a DLL, if the function that you write is linked into the DLL but you have no access to hInstance from the DllMain? GetModuleHandle only allows you to get the handle to … Continue reading
Posted in /dev/null
3 Comments