#include “BlackIceDEVMODE.h”
BOOL GetFooterColor(BlackIceDEVMODE* pBlackIceDevMode, COLORREF* Color);
Description
Retrieves the color what used for the Footer text.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
COLORREF* Color - pointer to the variable, that contains Footer text color
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None