GetFooterOffsetX

 

 

#include “BlackIceDEVMODE.h”

BOOL GetFooterOffsetX(BlackIceDEVMODE* pBlackIceDevMode, int* iOffset);

 

Description

Retrieves the horizontal offset value what used for the Footer text. The unit what belongs to the value can be retrieved by the GetFooterOffsetUnits function.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int* iOffset                                         - pointer to the variable, that contains horizontal offset of the Footer

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None