GetFooterPosition

 

 

#include “BlackIceDEVMODE.h”

BOOL GetFooterPosition(BlackIceDEVMODE* pBlackIceDevMode, int* iPosition);

 

Description

Retrieves the Footer text position type.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int* iPosition                                      - pointer to the variable, that contains Footer position type. Possible values of the variable:

0: The Footer text will be aligned to Left

1: The Footer text will be aligned to Center

2: The Footer text will be aligned to Right

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None