#include “BlackIceDEVMODE.h”
DWORD GetFTPConnectionByName (BlackIceDEVMODE* pDevMode, LPCTSTR szName);
Description
Returns the ID of a stored FTP connection. This ID can be used in other GetFTP* and SetFTP* functions to retrieve or change the settings.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
LPCTSTR szName - Name of the connection to return.
Return value
The function returns the ID of the stored connection settings. This ID can be used in other GetFTP* and SetFTP* functions to retrieve or change the settings.
Programming Notes
None
Code Example
None