GetCommonCoverPageDirectory

 

#include “BlackIceDEVMODE.h”

 

BOOL GetCommonCoverPageDirectory(BlackIceDEVMODE* LPTSTR pValue, DWORD* pSize);

 

Description

 

Specifies the directory where the common Cover Pages (that are shared by all users)

are installed. Environment variables can be used in the path between << and >>.

 

Parameters

 

BlackIceDEVMODE* pDevMode                - pointer to the BlackIceDEVMODE structure.

LPTSTR pValue                                             - pointer to the buffer that will receive the value

DWORD* pSize                                             - size of the buffer in bytes.

 

Return value

 

TRUE on success, otherwise FALSE.

 

Programming Notes

 

None

 

Code Example

 

None