3

alt text

Installing paint.net, I found a string Creating system restore point...
I guess it is creating a restore point for Volume Shadow Service. -Isn't it? I'm not sure.

If I'm right, how do I do this in my app?
Let me know please if there are proper Apis.

pnuts
  • 58,317
  • 11
  • 87
  • 139
Benjamin
  • 10,085
  • 19
  • 80
  • 130

1 Answers1

5

You can do this using the System Restore API.

See the documentation for the SRSetRestorePoint function, along with adetailed example.

Cody Gray - on strike
  • 239,200
  • 50
  • 490
  • 574
Alex K.
  • 171,639
  • 30
  • 264
  • 288