#include “BlackIceDEVMODE.h”
BOOL GetHeaderBackgroundMode(BlackIceDEVMODE* pBlackIceDevMode, int* iBackground);
Description
Retrieves the Header text background mode.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
int* iPosition - pointer to the variable, that contains Header text background mode. Possible values of the variable:
0: The Header text background is transparent
1: The Header text background is opaque
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None