python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SystemParametersInfo() settings failed to activate the screensaver,error code = 329
During the Windows login process, I try to activate the screensaver:
ret = SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, state, NULL, 0);
When I use GetLastError(), it returns 329; I found on MSDN:
...

guohan zhao
Votes: 0
Answers: 0