#include “BlackIceDEVMODE.h”
BOOL WINAPI SetFooterOffsetY(BlackIceDEVMODE* pBlackIceDevMode, int iOffset);
Description
Sets the vertical offset value what used for the Footer text. The unit what belongs to the value can be set by the SetFooterOffsetUnits function.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int iOffset - new vertical offset value of the Footer
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None