Home
last modified time | relevance | path

Searched defs:LPCOLORREF (Results 1 – 2 of 2) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dwindef.h66 typedef DWORD *LPCOLORREF; typedef
/third_party/python/Lib/ctypes/
Dwintypes.py174 LPCOLORREF = ctypes.POINTER(COLORREF) variable