ReactOS 0.4.16-dev-197-g92996da
|
#include "ws2tcpip.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winreg.h"
#include "wininet.h"
#include "winnetwk.h"
#include "wine/debug.h"
#include "winerror.h"
#include "shlwapi.h"
#include "cryptuiapi.h"
#include "internet.h"
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | WININET_ErrorDlgParams |
Macros | |
#define | NO_SHLWAPI_STREAM |
#define | MAX_STRING_LEN 1024 |
DWORD WINAPI InternetErrorDlg | ( | HWND | hWnd, |
HINTERNET | hRequest, | ||
DWORD | dwError, | ||
DWORD | dwFlags, | ||
LPVOID * | lppvData | ||
) |
Definition at line 472 of file dialogs.c.
Referenced by handle_http_error(), and test_InternetErrorDlg().
DWORD WINAPI ParseX509EncodedCertificateForListBoxEntry | ( | LPBYTE | cert, |
DWORD | len, | ||
LPSTR | szlistbox, | ||
LPDWORD | listbox | ||
) |
Definition at line 584 of file dialogs.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | wininet | ) |
Definition at line 62 of file dialogs.c.
Referenced by WININET_PasswordDialog(), and WININET_ProxyPasswordDialog().
|
static |
Definition at line 109 of file dialogs.c.
Referenced by WININET_PasswordDialog(), and WININET_ProxyPasswordDialog().
|
static |
Definition at line 364 of file dialogs.c.
Referenced by InternetErrorDlg().
|
static |
Definition at line 287 of file dialogs.c.
Referenced by InternetErrorDlg().
|
static |
Definition at line 212 of file dialogs.c.
Referenced by InternetErrorDlg().
|
static |
Definition at line 170 of file dialogs.c.
Referenced by WININET_PasswordDialog(), and WININET_ProxyPasswordDialog().
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().
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().