GetMergeUtility

 

#include “BlackIceDEVMODE.h”

 

BOOL             GetMergeUtility (BlackIceDEVMODE* pDevMode, LPTSTR pStr, DWORD* pdwSizeInBytes);

 

Description

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

 

Parameters

BlackIceDEVMODE* pDevMode

Pointer to the BlackIceDEVMODE structure.

 

LPTSTR pStr

Pointer to a buffer that will receive the Path and filename.

 

DWORD* pdwSizeInBytes

Pointer to a variable that contains the size of the buffer pointed to by the pStr parameter, in bytes.

 

Return value

TRUE on success, otherwise FALSE.

 

Programming Notes

None

 

Code Example

None