It came to my attention that there was a way to launch the default screensaver on a Windows computer using the following: WM_SYSCOMMAND message (Windows)

I don't understand C++ very much, and I was just wondering how I would actually turn that into a file I could use?