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

  /external/python/cpython2/Lib/ctypes/
wintypes.py 51 COLORREF = DWORD
166 __all__ = ['ATOM', 'BOOL', 'BOOLEAN', 'BYTE', 'COLORREF', 'DOUBLE', 'DWORD',
  /external/python/cpython3/Lib/ctypes/
wintypes.py 52 COLORREF = DWORD
174 LPCOLORREF = ctypes.POINTER(COLORREF)

Completed in 165 milliseconds