SetFooterColor

 

 

#include “BlackIceDEVMODE.h”

BOOL SetFooterColor(BlackIceDEVMODE* pBlackIceDevMode, COLORREF Color);

 

Description

Sets the font what used for the Footer text.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

COLORREF Color                           - new Footer text color

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None