Searched refs:GhostWndProc_common (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/user/user32/controls/ |
H A D | ghost.c | 515 GhostWndProc_common(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, in GhostWndProc_common() function 606 return GhostWndProc_common(hwnd, uMsg, wParam, lParam, FALSE); in GhostWndProcA() 612 return GhostWndProc_common(hwnd, uMsg, wParam, lParam, TRUE); in GhostWndProcW()
|
H A D | regcontrol.c | 203 pfnClientWorker.pfnGhostWndProc = GhostWndProc_common; in RegisterClientPFN()
|
/reactos/win32ss/user/user32/include/ |
H A D | controls.h | 109 LRESULT WINAPI GhostWndProc_common( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL unicod…
|