GetHeaderPosition

 

 

#include “BlackIceDEVMODE.h”

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

 

Description

Retrieves the Header text position type.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

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

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