Searched defs:LPARAM (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_callbacks.py205 from ctypes.wintypes import BOOL, HWND, LPARAM namespace
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_callbacks.py205 from ctypes.wintypes import BOOL, HWND, LPARAM namespace
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
H A Dwintypes.py44 # LPARAM is defined as LONG_PTR (signed type)
47 LPARAM = c_long variable
50 LPARAM = c_longlong variable
140 ("lParam", LPARAM),
177 'LGRPID', 'LONG', 'LPARAM', 'LPCOLESTR', 'LPCSTR', 'LPCVOID',
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
H A Dwintypes.py44 # LPARAM is defined as LONG_PTR (signed type)
47 LPARAM = c_long variable
50 LPARAM = c_longlong variable
140 ("lParam", LPARAM),
177 'LGRPID', 'LONG', 'LPARAM', 'LPCOLESTR', 'LPCSTR', 'LPCVOID',
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwindef.h145 typedef LONG_PTR LPARAM; typedef
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwindef.h145 typedef LONG_PTR LPARAM; typedef

Completed in 124 milliseconds