#include “BlackIceDEVMODE.h”
BOOL SetHeaderPosition(BlackIceDEVMODE* pBlackIceDevMode, int iPosition);
Description
Sets the Header text position type.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int iPosition - new Header position type. Possible values:
0: The Header text will be aligned to Left
1: The Header text will be aligned to Center
2: The Header text will be aligned to Right
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None