25 lines
500 B
C
25 lines
500 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
|
|
);
|