SetHTTPProgramFile

           

#include “BlackIceDEVMODE.h”

 

BOOL             SetHTTPProgramFile (BlackIceDEVMODE* pDevMode, LPCTSTR pStr);

 

Description

Sets the path and filename of the BiHTTPUpload utility of the Printer Driver, used for the HTTP upload feature.

 

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