#include “BlackIceDEVMODE.h”
BOOL SetFooterText(BlackIceDEVMODE* pBlackIceDevMode, LPCTSTR pStr);
Description
Sets the text of the Footer.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LPTSTR pStr - new Footer text
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None