SetWatermarkImageFileforPortrait

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetWatermarkImageFileforPortrait (BlackIceDEVMODE* pBlackIceDevMode, LPCWSTR WatermarkFile);

Description

Sets the WatermarkFilePortrait member of the BlackIceDEVMODE.

Parameters

BlackIceDEVMODE* pBlackIceDevMode           - pointer to the BlackIceDEVMODE structure.

LPCWSTR WatermarkFile                                     - Path and name of the watermark file (string)

Return value

TRUE on success, otherwise FALSE.

Programming Notes

None

Code Example

None