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

  /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',

Completed in 200 milliseconds