ReactOS 0.4.16-dev-753-g705a985
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <wininet.h>
#include <winreg.h>
#include <shlwapi.h>
#include <prsht.h>
#include <shlobj.h>
#include "inetcpl.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (inetcpl) | |
static INT_PTR | delhist_on_command (HWND hdlg, WPARAM wparam) |
static INT_PTR CALLBACK | delhist_dlgproc (HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) |
static DWORD | parse_url_from_outside (LPCWSTR url, LPWSTR out, DWORD maxlen) |
static INT_PTR | general_on_command (HWND hwnd, WPARAM wparam) |
static VOID | general_on_initdialog (HWND hwnd) |
static INT_PTR | general_on_notify (HWND hwnd, WPARAM wparam, LPARAM lparam) |
INT_PTR CALLBACK | general_dlgproc (HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) |
Variables | |
static const WCHAR | about_blank [] = {'a','b','o','u','t',':','b','l','a','n','k',0} |
static const WCHAR | start_page [] = {'S','t','a','r','t',' ','P','a','g','e',0} |
static const WCHAR | default_page [] = {'D','e','f','a','u','l','t','_','P','a','g','e','_','U','R','L',0} |
static const WCHAR | reg_ie_main [] |
static DWORD | disabled_general_buttons [] |
static DWORD | disabled_delhist_buttons [] |
|
static |
Definition at line 118 of file general.c.
Referenced by general_on_command().
Definition at line 59 of file general.c.
Referenced by delhist_dlgproc().
Definition at line 298 of file general.c.
Referenced by display_cpl_sheets().
Definition at line 176 of file general.c.
Referenced by general_dlgproc().
Definition at line 219 of file general.c.
Referenced by general_dlgproc().
Definition at line 252 of file general.c.
Referenced by general_dlgproc().
Definition at line 149 of file general.c.
Referenced by general_on_notify().
WINE_DEFAULT_DEBUG_CHANNEL | ( | inetcpl | ) |
Definition at line 37 of file general.c.
Referenced by general_on_command(), and general_on_initdialog().
|
static |
Definition at line 39 of file general.c.
Referenced by general_on_command().
|
static |
Definition at line 49 of file general.c.
Referenced by delhist_dlgproc().
|
static |
Definition at line 46 of file general.c.
Referenced by general_on_initdialog().
Definition at line 40 of file general.c.
Referenced by general_on_command(), general_on_initdialog(), and general_on_notify().