SetCoverPageFillerDirectory

 

#include “BlackIceDEVMODE.h”

 

BOOL SetCoverPageFillerDirectory(BlackIceDEVMODE* LPCTSTR pValue);

 

Description

 

Specifies the directory where the Cover Page Filler.exe utility and the related dlls are installed. If this directory is not set, the Cover Page Filler is disabled on the user interface.

 

Parameters

 

BlackIceDEVMODE* pDevMode                - pointer to the BlackIceDEVMODE structure.

LPTSTR pValue                                             - pointer to the buffer that contains the value

 

Return value

 

TRUE on success, otherwise FALSE.

 

Programming Notes

 

None

 

Code Example

 

None