GetHeaderEnabled

 

 

#include “BlackIceDEVMODE.h”

BOOL GetHeaderEnabled(BlackIceDEVMODE* pBlackIceDevMode, BOOL* bEnable);

 

Description

Retrieves that the Header printing is enabled or not.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

BOOL* bEnable                             - pointer to the variable, that 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