ReactOS 0.4.15-dev-5836-g942b022
|
#include <assert.h>
#include <windef.h>
#include <winbase.h>
#include <shlwapi.h>
#include <shellapi.h>
#include <shobjidl.h>
#include <wine/debug.h>
#include <strsafe.h>
#include "cpanel.h"
#include "wine/unicode.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | NO_SHLWAPI_REG |
#define | COBJMACROS |
#define | IDC_LISTVIEW 1000 |
#define | IDC_STATUSBAR 1001 |
#define | NUM_COLUMNS 2 |
#define | LISTVIEW_DEFSTYLE |
#define LISTVIEW_DEFSTYLE |
DWORD WINAPI CallCPLEntry16 | ( | HMODULE | hMod, |
FARPROC | pFunc, | ||
DWORD | dw3, | ||
DWORD | dw4, | ||
DWORD | dw5, | ||
DWORD | dw6 | ||
) |
Definition at line 222 of file control.c.
Referenced by Control_WndProc_Create().
Definition at line 638 of file control.c.
Referenced by Control_DoWindow().
Definition at line 873 of file control.c.
Referenced by Control_RunDLLW().
Definition at line 701 of file control.c.
Referenced by Control_RunDLLW().
Definition at line 1098 of file control.c.
Definition at line 370 of file control.c.
Referenced by Control_WndProc().
Definition at line 439 of file control.c.
Referenced by Control_WndProc().
Definition at line 414 of file control.c.
Referenced by Control_WndProc().
Definition at line 59 of file control.c.
Referenced by Control_DoLaunch(), Control_DoWindow(), Control_RegisterRegistryApplets(), and CControlPanelEnum::RegisterCPanelApp().
|
static |
Definition at line 677 of file control.c.
Referenced by Control_DoWindow().
Definition at line 1073 of file control.c.
Definition at line 1050 of file control.c.
Referenced by Control_RunDLLA(), FinishDlgProc(), and START_TEST().
Definition at line 459 of file control.c.
Referenced by Control_WndProc().
Definition at line 43 of file control.c.
Referenced by Control_DoLaunch(), Control_WndProc(), and CControlPanelEnum::RegisterCPanelApp().
Definition at line 400 of file control.c.
Referenced by Control_WndProc().
|
static |
Definition at line 473 of file control.c.
Referenced by Control_DoInterface().
|
static |
Definition at line 276 of file control.c.
Referenced by Control_WndProc().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shlctrl | ) |