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

razor - Is this a bug in WebMatrix PageData? -

iphone - Requiring the presence of a method in an id -

xslt - Is it possible to select a node that just includes a subset of the child nodes? -