Searched defs:_SMALL_RECT (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ctypes/ | ||
D | wintypes.py | 103 class _SMALL_RECT(Structure): class |
/external/python/cpython3/Lib/ctypes/ | ||
D | wintypes.py | 104 class _SMALL_RECT(ctypes.Structure): class |