Go to the documentation of this file.
4 #define PH_COLORBOX_CLASSNAME L"PhColorBox"
10 #define CBCM_SETCOLOR (WM_APP + 1501)
11 #define CBCM_GETCOLOR (WM_APP + 1502)
13 #define ColorBox_SetColor(hWnd, Color) \
14 SendMessage((hWnd), CBCM_SETCOLOR, (WPARAM)(Color), 0)
16 #define ColorBox_GetColor(hWnd) \
17 ((COLORREF)SendMessage((hWnd), CBCM_GETCOLOR, 0, 0))