SetFTPEnabled

 

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

 

SetFTPEnabled (pDevMode As Long, bEnable As Boolean) As Boolean

 

Input value pDevMode:    - handle to the BlackIceDEVMODE.

Input value bEnable:         - set to TRUE to enable the Upload to FTP feature, set to FALSE to disable it.

Return value                                    - TRUE on success, otherwise FALSE.

 

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