GetFooterEnabled

 

 

#include “BlackIceDEVMODE.h”

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

 

Description

Retrieves that the Footer 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 Footer option:

FALSE: The Footer is disabled

TRUE: The Footer is enabled

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None