windows-nt/Source/XPSP1/NT/base/boot/bootssp/persist.h
2020-09-26 16:20:57 +08:00

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
);