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.
IsHTTPEnabled (pDevMode As Long) As Boolean
Input value pDevMode: - handle to the BlackIceDEVMODE.
Return value - TRUE if the uploading HTTP is enabled, otherwise FALSE.
NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.