|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#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 "inetcpl.h"
#include "wine/debug.h"
Go to the source code of this file.
Defines |
| #define | NONAMELESSUNION |
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 | reg_ie_main [] |
| static DWORD | disabled_general_buttons [] |
| static DWORD | disabled_delhist_buttons [] |
Generated on Sat May 26 2012 04:59:01 for ReactOS by
1.7.6.1
|