#include “BlackIceDEVMODE.h”
BOOL IsFTPEnabled (BlackIceDEVMODE* pDevMode);
Description
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.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if uploading to FTP is enabled, otherwise FALSE.
Programming Notes
None
Code Example
None