|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "config.h"
#include "wine/port.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 "internet.h"
#include "wine/unicode.h"
#include "resource.h"
Go to the source code of this file.
Data Structures |
| struct | WININET_ErrorDlgParams |
Defines |
| #define | NO_SHLWAPI_STREAM |
| #define | MAX_STRING_LEN 1024 |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (wininet) |
| static BOOL | WININET_GetProxyServer (HINTERNET hRequest, LPWSTR szBuf, DWORD sz) |
| static BOOL | WININET_GetServer (HINTERNET hRequest, LPWSTR szBuf, DWORD sz) |
| static BOOL | WININET_GetAuthRealm (HINTERNET hRequest, LPWSTR szBuf, DWORD sz, BOOL proxy) |
| static BOOL | WININET_GetSetPassword (HWND hdlg, LPCWSTR szServer, LPCWSTR szRealm, BOOL bSet) |
| static BOOL | WININET_SetAuthorization (HINTERNET hRequest, LPWSTR username, LPWSTR password, BOOL proxy) |
| static INT_PTR WINAPI | WININET_ProxyPasswordDialog (HWND hdlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static INT_PTR WINAPI | WININET_PasswordDialog (HWND hdlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static INT_PTR WINAPI | WININET_InvalidCertificateDialog (HWND hdlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| static INT | WININET_GetConnectionStatus (HINTERNET hRequest) |
| DWORD WINAPI | InternetErrorDlg (HWND hWnd, HINTERNET hRequest, DWORD dwError, DWORD dwFlags, LPVOID *lppvData) |
Generated on Fri May 25 2012 04:40:04 for ReactOS by
1.7.6.1
|