#include “BlackIceDEVMODE.h”
BOOL SetHeaderColor(BlackIceDEVMODE* pBlackIceDevMode, COLORREF Color);
Description
Sets the font what used for the Header text.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
COLORREF Color - new Header text color
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None