#include “BlackIceDEVMODE.h”
BOOL GetFTPProgramFile (BlackIceDEVMODE* pDevMode, LPTSTR pStr, DWORD* pdwSizeInBytes);
Description
Gets 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.
LPTSTR pStr
Pointer to a buffer that will receive the Path and filename.
DWORD* pdwSizeInBytes
Pointer to a variable that contains the size of the buffer pointed to by the pStr parameter, in bytes.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None