Hello. if Win32 calls DllMain with DLL_PROCESS_ATTACH, TRUE means success and FALSE means fail. if with any other value(including DLL_THREAD_ATTACH,probablly), return value is ignored. Hidenori Takeshima
- DllMain returning FALSE Dmitry Timoshkov
- H.Takeshima