2025-04-27 07:49:33 -04:00

25 lines
524 B
C

/*****************************************************************/
/** Microsoft Windows for Workgroups **/
/** Copyright (C) Microsoft Corp., 1991-1992 **/
/*****************************************************************/
/*
persist.c
Persistent Password caching support in the winnet driver (WfW) prototypes
FILE HISTORY:
davidar 12/30/93 Created
*/
BOOL
PersistIsCacheSupported(
);
BOOL
PersistGetPassword(
PSSP_CREDENTIAL Credential
);