Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
500 B

  1. /*****************************************************************/
  2. /** Microsoft Windows for Workgroups **/
  3. /** Copyright (C) Microsoft Corp., 1991-1992 **/
  4. /*****************************************************************/
  5. /*
  6. persist.c
  7. Persistent Password caching support in the winnet driver (WfW) prototypes
  8. FILE HISTORY:
  9. davidar 12/30/93 Created
  10. */
  11. BOOL
  12. PersistIsCacheSupported(
  13. );
  14. BOOL
  15. PersistGetPassword(
  16. PSSP_CREDENTIAL Credential
  17. );