SetHTTPEnabled

 

            #include “BlackIceDEVMODE.h”

 

BOOL             SetHTTPEnabled (BlackIceDEVMODE* pDevMode, BOOL bEnable);

 

Description

Enables or disables the Upload to HTTP option. The Upload to HTTP option uploads the printed documents to a selected HTTP server after printing.

 

Parameters

BlackIceDEVMODE* pDevMode  - pointer to the BlackIceDEVMODE structure.

BOOL bEnable                                 - set to TRUE to enable the Upload to HTTP feature, set to FALSE to disable it.

 

Return value

TRUE on success, otherwise FALSE.

 

Programming Notes

None

 

Code Example

None