Searched refs:AnsiSubclassProc (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/tests/subclass/ |
H A D | subclass.c | 6 LRESULT WINAPI AnsiSubclassProc(HWND, UINT, WPARAM, LPARAM); 98 printf("Subclassing window using SetWindowLongA, new WndProc 0x%p\n", AnsiSubclassProc); in WinMain() 99 SetWindowLongPtrA(hWnd, GWLP_WNDPROC, (LONG_PTR) AnsiSubclassProc); in WinMain() 155 LRESULT CALLBACK AnsiSubclassProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in AnsiSubclassProc() function
|