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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -