Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
500 B

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