c++ - Suspend module with module handle -


i'm looking way suspend module module handle. alternatively there way can grab main thread handle module handle? still quite new c++ i'm not sure if possible.

you can't suspend modules. can suspend threads although should not so. module not have main thread. process has main thread.

suspending thread not should done in forceful way. doing leads deadlocks. should instead signal thread pause , wait until can so. let thread pause when knows in safe state so.

sorry if sounds unhelpful need explain real problem.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -