IsFTPShowErrorEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsFTPShowErrorEnabled (BlackIceDEVMODE* pDevMode, DWORD dwConnectionID);

Description

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.

Parameters

BlackIceDEVMODE* pDevMode

Pointer to the BlackIceDEVMODE structure.

 

DWORD dwConnectionID

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

 

Return value

TRUE if the error message box is turned on, FALSE otherwise.

Programming Notes

None

Code Example

None