Searched refs:InternetErrorDlg (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/wininet/ |
H A D | internet.c | 1502 res = InternetErrorDlg(NULL, NULL, ERROR_INTERNET_SEC_CERT_ERRORS, 0, NULL); in test_InternetErrorDlg() 1529 res = InternetErrorDlg(hwnd, (HANDLE)0xdeadbeef, i, FLAGS_ERROR_UI_FLAGS_NO_UI, NULL); in test_InternetErrorDlg() 1547 res = InternetErrorDlg(hwnd, req, i, FLAGS_ERROR_UI_FLAGS_NO_UI, NULL); in test_InternetErrorDlg() 1576 res = InternetErrorDlg(NULL, req, i, FLAGS_ERROR_UI_FLAGS_NO_UI, NULL); in test_InternetErrorDlg() 1585 res = InternetErrorDlg(hwnd, NULL, i, FLAGS_ERROR_UI_FLAGS_NO_UI, NULL); in test_InternetErrorDlg()
|
/reactos/dll/win32/wininet/ |
H A D | dialogs.c | 472 DWORD WINAPI InternetErrorDlg(HWND hWnd, HINTERNET hRequest, in InternetErrorDlg() function
|
H A D | wininet.spec | 143 @ stdcall InternetErrorDlg(long long long long ptr)
|
/reactos/dll/win32/urlmon/ |
H A D | http.c | 235 res = InternetErrorDlg(hwnd, This->base.request, error, dlg_flags, NULL); in handle_http_error()
|
/reactos/sdk/include/psdk/ |
H A D | wininet.h | 1928 InternetErrorDlg(
|