SetTextStampText

 

#include “BlackIceDEVMODE.h”

BOOL SetTextStampText(BlackIceDEVMODE* pBlackIceDevMode, LPCTSTR pStr);

 

Description

Sets the text of the Text Stamp or Text Watermark.

Parameters

BlackIceDEVMODE* pDevMode   - pointer to the BlackIceDEVMODE structure.

LPTSTR pStr                                    - new Text Stamp or Text Watermark text

 

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None