Searched defs:WPARAM (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/ctypes/
H A Dwintypes.py39 # WPARAM is defined as UINT_PTR (unsigned type)
42 WPARAM = c_ulong variable
45 WPARAM = c_ulonglong variable
135 ("wParam", WPARAM),
179 'WORD', 'WPARAM', '_COORD', '_FILETIME', '_LARGE_INTEGER',
/external/python/cpython3/Lib/ctypes/
H A Dwintypes.py40 # WPARAM is defined as UINT_PTR (unsigned type)
43 WPARAM = ctypes.c_ulong variable
46 WPARAM = ctypes.c_ulonglong variable
136 ("wParam", WPARAM),

Completed in 183 milliseconds