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

  /external/python/cpython2/Lib/ctypes/
wintypes.py 39 # WPARAM is defined as UINT_PTR (unsigned type)
42 WPARAM = c_ulong
45 WPARAM = c_ulonglong
135 ("wParam", WPARAM),
179 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
wintypes.py 43 # WPARAM is defined as UINT_PTR (unsigned type)
46 WPARAM = c_ulong
49 WPARAM = c_ulonglong
139 ("wParam", WPARAM),
183 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
wintypes.py 43 # WPARAM is defined as UINT_PTR (unsigned type)
46 WPARAM = c_ulong
49 WPARAM = c_ulonglong
139 ("wParam", WPARAM),
183 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 43 # WPARAM is defined as UINT_PTR (unsigned type)
46 WPARAM = c_ulong
49 WPARAM = c_ulonglong
139 ("wParam", WPARAM),
183 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
wintypes.py 43 # WPARAM is defined as UINT_PTR (unsigned type)
46 WPARAM = c_ulong
49 WPARAM = c_ulonglong
139 ("wParam", WPARAM),
183 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
  /external/python/cpython3/Lib/ctypes/
wintypes.py 40 # WPARAM is defined as UINT_PTR (unsigned type)
43 WPARAM = ctypes.c_ulong
46 WPARAM = ctypes.c_ulonglong
136 ("wParam", WPARAM),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwindef.h 166 typedef UINT_PTR WPARAM;
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 1870 milliseconds