#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\\" |