#include “BlackIceDEVMODE.h”
BOOL SetFTPProgramFile (BlackIceDEVMODE* pDevMode, LPCTSTR pStr);
Description
Sets the path and filename of the BIFTP utility of the Printer Driver, used for the FTP upload feature.
Parameters
BlackIceDEVMODE* pDevMode
Pointer to the BlackIceDEVMODE structure.
LPCTSTR pStr
Pointer to a null terminated string that contains the absolute path to the utility.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None