ReactOS 0.4.16-dev-91-g764881a
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <commctrl.h>
#include <cpl.h>
#include "ole2.h"
#include "wine/debug.h"
#include "inetcpl.h"
Go to the source code of this file.
Macros | |
#define | NONAMELESSUNION |
#define | COBJMACROS |
#define | CONST_VTABLE |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (inetcpl) | |
BOOL WINAPI | DllMain (HINSTANCE hdll, DWORD reason, LPVOID reserved) |
HRESULT WINAPI | DllInstall (BOOL bInstall, LPCWSTR cmdline) |
static int CALLBACK | propsheet_callback (HWND hwnd, UINT msg, LPARAM lparam) |
static void | display_cpl_sheets (HWND parent) |
LONG CALLBACK | CPlApplet (HWND hWnd, UINT command, LPARAM lParam1, LPARAM lParam2) |
BOOL WINAPI | LaunchInternetControlPanel (HWND parent) |
BOOL WINAPI | LaunchConnectionDialog (HWND hParent) |
BOOL WINAPI | LaunchPrivacyDialog (HWND hParent) |
Variables | |
DECLSPEC_HIDDEN HMODULE | hcpl |
Definition at line 181 of file inetcpl.c.
Definition at line 108 of file inetcpl.c.
Referenced by CPlApplet(), and LaunchInternetControlPanel().
Definition at line 47 of file inetcpl.c.
Definition at line 78 of file inetcpl.c.
Referenced by display_cpl_sheets().
WINE_DEFAULT_DEBUG_CHANNEL | ( | inetcpl | ) |
DECLSPEC_HIDDEN HMODULE hcpl |
Definition at line 42 of file inetcpl.c.
Referenced by display_cpl_sheets(), DllMain(), general_on_command(), propsheet_callback(), update_security_level(), and update_zone_info().