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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
210 def EnumWindowsCallbackFunc(hwnd, lParam):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 205 from ctypes.wintypes import BOOL, HWND, LPARAM
209 @WINFUNCTYPE(BOOL, HWND, LPARAM)
210 def EnumWindowsCallbackFunc(hwnd, lParam):
  /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',

Completed in 2267 milliseconds