mCtrl 0.8.2
|
Go to the source code of this file.
Defines | |
#define | MCTRL_API __declspec(dllimport) __stdcall |
Color Constants | |
#define | MC_CLR_NONE ((COLORREF)0xffffffffL) |
No color. | |
#define | MC_CLR_DEFAULT ((COLORREF)0xff000000L) |
Default color. |
This is helper header included by all the other public mCtrl headers. You shouldn't need to include this header file directly.
#define MCTRL_API __declspec(dllimport) __stdcall |
Helper macro specifying the calling convention of functions exported by MCTRL.DLL
.
#define MC_CLR_NONE ((COLORREF)0xffffffffL) |
No color.
This is exactly the same as CLR_NONE
from <commctrl.h>
and applications can use these two macros interchangeably.
#define MC_CLR_DEFAULT ((COLORREF)0xff000000L) |
Default color.
This is exactly the same as CLR_DEFAULT
from <commctrl.h>
. and applications can use these two macros interchangeably.