windows-nt/Source/XPSP1/NT/base/boot/bootssp/persist.h

25 lines
500 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*****************************************************************/
/** 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
);