|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include "windef.h"#include "winbase.h"#include "winnetwk.h"#include "winreg.h"#include "wine/debug.h"
Go to the source code of this file.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (mpr) | |
| static BYTE | hex (BYTE x) |
| static signed char | ctox (CHAR x) |
| static LPSTR | MPR_GetValueName (LPCSTR pbResource, WORD cbResource, BYTE nType) |
| DWORD WINAPI | WNetCachePassword (LPSTR pbResource, WORD cbResource, LPSTR pbPassword, WORD cbPassword, BYTE nType, WORD x) |
| UINT WINAPI | WNetRemoveCachedPassword (LPSTR pbResource, WORD cbResource, BYTE nType) |
| DWORD WINAPI | WNetGetCachedPassword (LPSTR pbResource, WORD cbResource, LPSTR pbPassword, LPWORD pcbPassword, BYTE nType) |
| UINT WINAPI | WNetEnumCachedPasswords (LPSTR pbPrefix, WORD cbPrefix, BYTE nType, ENUMPASSWORDPROC enumPasswordProc, DWORD param) |
Variables | |
| static const char | mpr_key [] = "Software\\Wine\\Wine\\Mpr\\" |
Definition at line 42 of file pwcache.c.
Referenced by WNetEnumCachedPasswords().
Definition at line 53 of file pwcache.c.
Referenced by WNetCachePassword(), WNetGetCachedPassword(), and WNetRemoveCachedPassword().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | mpr | ) |
| DWORD WINAPI WNetCachePassword | ( | LPSTR | pbResource, |
| WORD | cbResource, | ||
| LPSTR | pbPassword, | ||
| WORD | cbPassword, | ||
| BYTE | nType, | ||
| WORD | x | ||
| ) |
Definition at line 85 of file pwcache.c.
Referenced by InitFunctionPtrs(), and WININET_GetSetPassword().
| UINT WINAPI WNetEnumCachedPasswords | ( | LPSTR | pbPrefix, |
| WORD | cbPrefix, | ||
| BYTE | nType, | ||
| ENUMPASSWORDPROC | enumPasswordProc, | ||
| DWORD | param | ||
| ) |
Definition at line 240 of file pwcache.c.
Referenced by InitFunctionPtrs().
| DWORD WINAPI WNetGetCachedPassword | ( | LPSTR | pbResource, |
| WORD | cbResource, | ||
| LPSTR | pbPassword, | ||
| LPWORD | pcbPassword, | ||
| BYTE | nType | ||
| ) |
Definition at line 180 of file pwcache.c.
Referenced by InitFunctionPtrs(), and WININET_GetSetPassword().
Definition at line 130 of file pwcache.c.
Referenced by InitFunctionPtrs().
Definition at line 33 of file pwcache.c.
Referenced by WNetCachePassword(), WNetEnumCachedPasswords(), WNetGetCachedPassword(), and WNetRemoveCachedPassword().