SetMergeUtility

           

#include “BlackIceDEVMODE.h”

 

BOOL             SetMergeUtility (BlackIceDEVMODE* pDevMode, LPCTSTR pStr);

 

Description

Sets the path and filename of the Printer Driver’s Merge Window utility.

 

Parameters

BlackIceDEVMODE* pDevMode

Pointer to the BlackIceDEVMODE structure.

 

 

LPCTSTR pStr

Pointer to a null terminated string that contains the absolute path to the utility.

 

Return value

TRUE on success, otherwise FALSE.

 

Programming Notes

None

 

Code Example

None