| Process Hacker
    | 
Go to the source code of this file.
| Macros | |
| #define | PH_COLORBOX_CLASSNAME L"PhColorBox" | 
| #define | CBCM_SETCOLOR (WM_APP + 1501) | 
| #define | CBCM_GETCOLOR (WM_APP + 1502) | 
| #define | ColorBox_SetColor(hWnd, Color) SendMessage((hWnd), CBCM_SETCOLOR, (WPARAM)(Color), 0) | 
| #define | ColorBox_GetColor(hWnd) ((COLORREF)SendMessage((hWnd), CBCM_GETCOLOR, 0, 0)) | 
| Functions | |
| BOOLEAN | PhColorBoxInitialization (VOID) | 
| #define CBCM_GETCOLOR (WM_APP + 1502) | 
Definition at line 11 of file colorbox.h.
| #define CBCM_SETCOLOR (WM_APP + 1501) | 
Definition at line 10 of file colorbox.h.
| #define ColorBox_GetColor | ( | hWnd | ) | ((COLORREF)SendMessage((hWnd), CBCM_GETCOLOR, 0, 0)) | 
Definition at line 16 of file colorbox.h.
| #define ColorBox_SetColor | ( | hWnd, | |
| Color | |||
| ) | SendMessage((hWnd), CBCM_SETCOLOR, (WPARAM)(Color), 0) | 
Definition at line 13 of file colorbox.h.
| #define PH_COLORBOX_CLASSNAME L"PhColorBox" | 
Definition at line 4 of file colorbox.h.
| BOOLEAN PhColorBoxInitialization | ( | VOID | ) | 
Definition at line 40 of file colorbox.c.