Searched refs:wndproc (Results 1 - 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ctypes/test/ | ||
H A D | test_funcptr.py | 48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures 68 wndclass.lpfnWndProc = WNDPROC(wndproc) 75 ## "lpfnWndProc", WNDPROC_2(wndproc)) 86 del wndproc |
/external/python/cpython3/Lib/ctypes/test/ | ||
H A D | test_funcptr.py | 48 def wndproc(hwnd, msg, wParam, lParam): function in function:CFuncPtrTestCase.test_structures 68 wndclass.lpfnWndProc = WNDPROC(wndproc) 75 ## "lpfnWndProc", WNDPROC_2(wndproc)) 86 del wndproc |
Completed in 138 milliseconds