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

39 lines
643 B
C

/*****************************************************************/
/** Microsoft Windows for Workgroups **/
/** Copyright (C) Microsoft Corp., 1991-1992 **/
/*****************************************************************/
/*
cache.h
Memory based Password caching support prototypes.
FILE HISTORY:
davidar 12/30/93 Created
*/
void
CacheInitializeCache(
);
BOOL
CacheGetPassword(
PSSP_CREDENTIAL Credential
);
BOOL
CacheSetPassword(
PSSP_CREDENTIAL Credential
);
#ifndef WIN
SECURITY_STATUS
CacheSetCredentials(
IN PVOID AuthData,
PSSP_CREDENTIAL Credential
);
#endif