IsFTPEnabled

 

Returns the state of the Upload to FTP option. The Upload to FTP option uploads the printed documents to a selected FTP server after printing.

 

IsFTPEnabled (pDevMode As Long) As Boolean

 

Input value pDevMode:    - handle to the BlackIceDEVMODE.

Return value                                    - TRUE if the uploading FTP is enabled, otherwise FALSE.

 

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