#include "user32.h"
#include "syscolor.h"
#include "win32wbase.h"
#include "win32dlg.h"
#include "dbglocal.h"
Include dependency graph for defwndproc.cpp:
Go to the source code of this file.
Defines | |
#define | DBG_LOCALLOG DBG_defwndproc |
Functions | |
LRESULT WIN32API | DefWindowProcA (HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam) |
LRESULT WIN32API | DefWindowProcW (HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam) |
LRESULT WIN32API | DefDlgProcA (HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam) |
LRESULT WIN32API | DefDlgProcW (HWND hwnd, UINT Msg, WPARAM wParam, LPARAM lParam) |
|
Definition at line 19 of file defwndproc.cpp. |
|
Definition at line 28 of file defwndproc.cpp. Referenced by BUTTON_EraseBkgnd(), BUTTON_NCHitTest(), BUTTON_Paint(), BUTTON_SetText(), ButtonWndProc(), COMBO_MouseWheel(), COMBO_NCDestroy(), ComboLBWndProc(), ComboWndProc(), DefFrameProcA(), Win32MDIChildWindow::DefMDIChildProcA(), DefMDIChildProcA(), EDIT_WM_MouseWheel(), EDIT_WM_SysKeyDown(), EditWndProc(), GetControlBrush(), IconTitleWndProc(), LISTBOX_HandleMouseWheel(), LISTBOX_NCCreate(), ListBoxWndProc(), MDIClientWndProc_common(), PopupMenuWndProc(), SCROLL_HandleScrollEvent(), STATIC_Click(), STATIC_DoubleClick(), STATIC_GetText(), STATIC_GetTextLength(), STATIC_NCCreate(), STATIC_NCDestroy(), STATIC_SetText(), ScrollBarWndProc(), StaticWndProc(), and WinSwitchWndProc().
|
|
Definition at line 45 of file defwndproc.cpp. Referenced by CB_Paint(), DefFrameProcW(), Win32MDIChildWindow::DefMDIChildProcW(), DefMDIChildProcW(), MDIClientWndProc_common(), and MDI_UpdateFrameText().
|
|
Definition at line 62 of file defwndproc.cpp. |
|
Definition at line 82 of file defwndproc.cpp. |