#include “BlackIceDEVMODE.h”
BOOL SetWatermarkImageFileforLandscape (BlackIceDEVMODE* pBlackIceDevMode, LPCWSTR WatermarkFile);
Description
Sets the WatermarkFileLandscape 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