SetHTTPProgramFile

 

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

 

SetHTTPProgramFile(pDevMode As Long, pValue As String) As Boolean

 

Input value pDevMode:

Handle to the BlackIceDEVMODE.

 

Input value pValue:

The new absolute path to the BiHTTPUpload utility.

 

Return value:

True on success, otherwise False.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.