Hi guys, I'm currently trying to learn how to make a screensaver. But the tutorial I'm using uses this code:
Curious about what it did, I looked up SytemParametersInfo() on MSDN, and under SPI_SETSCREENSAVERRUNNING, it said:Code:SystemParametersInfo(SPI_SETSCREENSAVERRUNNING,1,&oldval,0);
So, naturally, I'm sort of confusedUsed internally; applications should not use this flag.Another flag that looked more promising was SETSCREENSAVEACTIVE. Would that do the same thing? Or should I just use SETSCREENSAVERRUNNING?



LinkBack URL
About LinkBacks
Another flag that looked more promising was SETSCREENSAVEACTIVE. Would that do the same thing? Or should I just use SETSCREENSAVERRUNNING? 


