The information in this article applies to:
SUMMARY
The ScrnSave.lib static library provides the "standard" Windows (in this
article, "Windows" refers to Windows 95 and Windows 98 and does not include
any version of Windows NT) Screen Saver password, not Windows itself. The
"standard" Windows Screen Saver password is not available to Screen Savers
that are not written to use ScrnSave.lib. Screen Savers that are not
written to use ScrnSave.lib need to implement independent password
authentication, encryption, and storage.
MORE INFORMATION
The ScrnSave.lib library provides password protection for Screen Savers
that use it. Windows Screen Savers that are not written with ScrnSave.lib
need to provide independent password handling. To do this, Screen Savers
need to provide a Password Change dialog box.
This prevents the user from using ALT+TAB to switch to another application
or CTRL+ALT+DELETE to kill the Screen Saver.
When the user hits a key or moves the mouse, the Screen Saver confirms the password. If the password is validated, the Screen Saver calls the following to re-enable task switching:
Additional query words:
Keywords : kbNTOS kbScreenSaver kbGrpUser kbWinOS |
Last Reviewed: December 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |