I'm writing a hook, once the hook is loaded it will create instances of Event and WaitableTimer.
CloseHandle description explicitly said: " This function does not close module objects." so, does that mean that all objects, such as Brush etc, which a library created, will not be freed until the process quits? I have checked it with ProcessExplorer from SysInternals. I'd finally able to forcedly close the handle with ProcessExplorer, so I guess there is other ways than CloseHandle. ------------ FIreHAzaR:-D West Java, Indonesia