winapi - How Screensaver works while windows locked -


can tell me how screensaver works while windows locked. win32 api methods used.

do want implement screen saver or know how screen saver can run while machine locked? on xp there separate desktop this, gets activated gina (a dll running in winlogon process) when machine locked.

to implement screen saver, implement screensaverconfiguredialog , screensaverproc according specifications on @ msdn, export functions under these names (i.e. use .def file have names without decoration) , name created dll .scr afterwards.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -