IsFTPShowErrorEnabled

 

Returns TRUE if the error message box after unsuccessful uploads is enabled for the FTP connection identified by dwConnectionID, FALSE otherwise. When enabled, the printer driver shows an error message box after each unsuccessful FTP upload, if the print job was not printed from a service.

 

IsFTPShowError(pDevMode As Long, iConnectionID As Integer) As Boolean

 

Input value pDevMode:

Handle to the BlackIceDEVMODE.

 

Input value iConnectionID:

The ID of the connection. The ID can be attained by using the GetFTPConnectionByIndex, GetFTPConnectionByName, GetSelectedFTPConnection or the AddFTPConnection methods.

 

Return value:

True if the error message box is turned on, False otherwise.

 

 

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