#include “BlackIceDEVMODE.h”
BOOL SetHeaderEnabled(BlackIceDEVMODE* pBlackIceDevMode, BOOL bEnable);
Description
Sets that the Header printing is enabled or not.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - contains the state of the Enable Header
option:
FALSE: The Header is disabled
TRUE: The Header is enabled
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None