#include <os2win.h>
#include <string.h>
#include <win\winproc.h>
#include <win\debugtools.h>
#include <heapcode.h>
#include "win32wbase.h"
#include "dbglocal.h"
Include dependency graph for winproc.cpp:
Go to the source code of this file.
Compounds | |
struct | WINPROC_JUMP |
struct | tagWINDOWPROC |
Defines | |
#define | DBG_LOCALLOG DBG_winproc |
#define | WINPROC_MAGIC ('W' | ('P' << 8) | ('R' << 16) | ('C' << 24)) |
#define | WINPROC_THUNKPROC(pproc) (WNDPROC)((LONG)(pproc)->jmp.proc + (LONG)(&(pproc)->jmp.proc+1)) |
Typedefs | |
typedef tagWINDOWPROC | WINDOWPROC |
Functions | |
WINDOWPROC * | WINPROC_GetPtr (WNDPROC handle) |
WINDOWPROC * | WINPROC_AllocWinProc (WNDPROC func, WINDOWPROCTYPE type, WINDOWPROCUSER user) |
WNDPROC | WINPROC_GetProc (HWINDOWPROC proc, WINDOWPROCTYPE type) |
BOOL | WINPROC_SetProc (HWINDOWPROC *pFirst, WNDPROC func, WINDOWPROCTYPE type, WINDOWPROCUSER user) |
void | WINPROC_FreeProc (HWINDOWPROC proc, WINDOWPROCUSER user) |
WINDOWPROCTYPE | WINPROC_GetProcType (HWINDOWPROC proc) |
LRESULT WINAPI | CallWindowProcA (WNDPROC func, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
LRESULT WINAPI | CallWindowProcW (WNDPROC func, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
|
Definition at line 24 of file winproc.cpp. |
|
Definition at line 48 of file winproc.cpp. |
|
Definition at line 50 of file winproc.cpp. Referenced by WINPROC_GetProc(), and WINPROC_SetProc().
|
|
|
|
Definition at line 58 of file winproc.cpp. Referenced by CallWindowProcA(), CallWindowProcW(), WINPROC_AllocWinProc(), and WINPROC_SetProc().
|
|
Definition at line 86 of file winproc.cpp. Referenced by WINPROC_SetProc().
|
|
Definition at line 130 of file winproc.cpp. Referenced by Win32WndClass::getClassLongA(), and Win32WndClass::setClassLongA().
|
|
Definition at line 168 of file winproc.cpp. Referenced by GET_SHORT(), Win32WndClass::Win32WndClass(), and Win32WndClass::setClassLongA().
|
|
Definition at line 246 of file winproc.cpp. Referenced by WINPROC_SetProc(), and Win32WndClass::~Win32WndClass().
|
|
Definition at line 263 of file winproc.cpp. |
|
Definition at line 295 of file winproc.cpp. |
|
Definition at line 333 of file winproc.cpp. |