SetUserCoverPageDirectory

 

#include “BlackIceDEVMODE.h”

 

BOOL SetUserCoverPageDirectory(BlackIceDEVMODE* LPCTSTR pValue);

 

Description

 

Specifies the directory where the users’ Cover Pages are installed. Environment variables can be used in the path between << and >>.

Default value: <<USERPROFILE>>\\Documents\\Black Ice Cover Page Filler Forms\\.

 

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