#include “BlackIceDEVMODE.h”
BOOL IsFTPShowSuccessEnabled (BlackIceDEVMODE* pDevMode, DWORD dwConnectionID);
Description
Returns TRUE if the message box after successful uploads is enabled for the FTP connection identified by dwConnectionID, FALSE otherwise.When enabled, the printer driver shows a message box after each successful 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