mirror of https://github.com/tongzx/nt5src
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
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
|
|
);
|