#include “BlackIceDEVMODE.h”
BOOL IsHTTPEnabled (BlackIceDEVMODE* pDevMode);
Description
Returns the state of 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.
Return value
TRUE if uploading to FTP is enabled, otherwise FALSE.
Programming Notes
None
Code Example
None