MemoryModule icon indicating copy to clipboard operation
MemoryModule copied to clipboard

Test user32.dll with Win7 x64

Open Firstsmileaheadofbed opened this issue 6 years ago • 2 comments

Test user32.dll with Win7 x64, failed both 32 and 64.

Firstsmileaheadofbed avatar Jul 06 '17 03:07 Firstsmileaheadofbed

maybe same as #54

lynnux avatar Dec 10 '18 07:12 lynnux

If a process uses GUI this DLL is already loaded. There is no need for you to load it manually. Use GetModuleHandle("user32.dll") instead!

Elmue avatar Jun 22 '20 19:06 Elmue