Home
last modified time | relevance | path

Searched refs:GhostWndProc_common (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/user/user32/controls/
H A Dghost.c515 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 Dregcontrol.c203 pfnClientWorker.pfnGhostWndProc = GhostWndProc_common; in RegisterClientPFN()
/reactos/win32ss/user/user32/include/
H A Dcontrols.h109 LRESULT WINAPI GhostWndProc_common( HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL unicod…