View Single Post
  #1 (permalink)  
Old 03-27-2008, 01:05 PM
ChappyChaps11 ChappyChaps11 is offline
Newbie
 
Join Date: Mar 2008
Posts: 1
Rep Power: 0
ChappyChaps11 has disabled reputation
Default Copy RAM to HDD: Beginner

I've taken 2 C++ classes years ago and I haven't really used it since, but I got an idea for some software I want to develop. My question is, are there any functions that can copy all contents of RAM to say a file on a hard disk?

I don't really know where to look and most of my searches came up with non-relevant information. I saw in MSDN2 a CopyMemory command in the API but I can't find information on whether it moves the locations in RAM or if I can use it to copy to locations on my hard disk.


Any information or resources would be greatly appreciated.
Reply With Quote

Sponsored Links