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