#include “BlackIceDEVMODE.h”
BOOL SetFTPEnabled (BlackIceDEVMODE* pDevMode, BOOL bEnable);
Description
Enables or disables the Upload to FTP option. The Upload to FTP option uploads the printed documents to a selected FTP server after printing.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
BOOL bEnable - set to TRUE to enable the Upload to FTP feature, set to FALSE to disable it.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None