I have a hmodule from a winexec call, and I want to
kill the application if it's just sitting inactive.
I tried getmoduleusage(hmodule&), but can't find a declaration for it.
Does anyone know what library it's from? Or another
way to check for an applications activity?
Best Regards
Jim
------------------
Jim Seekamp
kill the application if it's just sitting inactive.
I tried getmoduleusage(hmodule&), but can't find a declaration for it.
Does anyone know what library it's from? Or another
way to check for an applications activity?
Best Regards
Jim
------------------
Jim Seekamp
Comment