HomeSort by relevance Sort by last modified time
    Searched defs:LPARAM (Results 1 - 8 of 8) sorted by null

  /external/python/cpython2/Lib/ctypes/
wintypes.py 40 # LPARAM is defined as LONG_PTR (signed type)
43 LPARAM = c_long
46 LPARAM = c_longlong
136 ("lParam", LPARAM),
173 'LGRPID', 'LONG', 'LPARAM', 'LPCOLESTR', 'LPCSTR', 'LPCVOID',
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 44 # LPARAM is defined as LONG_PTR (signed type)
47 LPARAM = c_long
50 LPARAM = c_longlong
140 ("lParam", LPARAM),
177 'LGRPID', 'LONG', 'LPARAM', 'LPCOLESTR', 'LPCSTR', 'LPCVOID',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 44 # LPARAM is defined as LONG_PTR (signed type)
47 LPARAM = c_long
50 LPARAM = c_longlong
140 ("lParam", LPARAM),
177 'LGRPID', 'LONG', 'LPARAM', 'LPCOLESTR', 'LPCSTR', 'LPCVOID',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 44 # LPARAM is defined as LONG_PTR (signed type)
47 LPARAM = c_long
50 LPARAM = c_longlong
140 ("lParam", LPARAM),
177 'LGRPID', 'LONG', 'LPARAM', 'LPCOLESTR', 'LPCSTR', 'LPCVOID',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 44 # LPARAM is defined as LONG_PTR (signed type)
47 LPARAM = c_long
50 LPARAM = c_longlong
140 ("lParam", LPARAM),
177 'LGRPID', 'LONG', 'LPARAM', 'LPCOLESTR', 'LPCSTR', 'LPCVOID',
  /external/python/cpython3/Lib/ctypes/
wintypes.py 41 # LPARAM is defined as LONG_PTR (signed type)
44 LPARAM = ctypes.c_long
47 LPARAM = ctypes.c_longlong
137 ("lParam", LPARAM),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwindef.h 167 typedef LONG_PTR LPARAM;
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 51 milliseconds