GetFooterBackgroundMode

 

 

#include “BlackIceDEVMODE.h”

BOOL GetFooterBackgroundMode(BlackIceDEVMODE* pBlackIceDevMode, int* iBackground);

 

Description

Retrieves the Footer text background mode.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int* iPosition                                      - pointer to the variable, that contains Footer text background mode. Possible values of the variable:

0: The Footer text background is transparent

1: The Footer text background is opaque

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None