GetFooterOffsetUnits

 

 

#include “BlackIceDEVMODE.h”

BOOL WINAPI GetFooterOffsetUnits(BlackIceDEVMODE* pBlackIceDevMode, int* iUnits);

 

Description

Retrieves the used units for the Footer offset.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

int* iUnits                                           - pointer to the variable, that contains Footer text offset units. Possible values of the variable:

0: 0.1 * mm

1: 0.01 * inch

2: Pixel

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None