SetDefaultCoverPage

 

#include “BlackIceDEVMODE.h”

 

BOOL SetDefaultCoverPage(BlackIceDEVMODE* LPCTSTR pValue);

 

Description

 

Sets the path of the Default Cover Page, if the “Default Cover Page” option is enabled.

The Cover Page is specified using the full path to the file.

 

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