Searched refs:wndproc (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
H A Dtest_funcptr.py48 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 Dtest_funcptr.py48 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