Hi All,

I want to suspend a process and save a "state" of this process so that I can resume the process from this point at a later time. Is it possible to save all the information of a running program/process so that next time if I lanch this program or create this process, I can load those previously saved information into memory and resume from that point. What I want to do exactly is just like making a checkpoint in some games. But I don't know what information should be saved and how to do this. I hope someone can give me a hint, thanks in advance!


Regards,

A.