SetHeaderText

 

 

#include “BlackIceDEVMODE.h”

BOOL SetHeaderText(BlackIceDEVMODE* pBlackIceDevMode, LPCTSTR pStr);

 

Description

Sets the text of the Header.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

LPTSTR pStr                                    - new Header text

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None