Searched defs:LPCOLORREF (Results 1 – 2 of 2) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/include/ | ||
D | windef.h | 66 typedef DWORD *LPCOLORREF; typedef |
/third_party/python/Lib/ctypes/ | ||
D | wintypes.py | 174 LPCOLORREF = ctypes.POINTER(COLORREF) variable |