#include “BlackIceDEVMODE.h”
BOOL DeleteFTPConnection (BlackIceDEVMODE* pDevMode, DWORD dwConnectionID);
Description
Deletes a connection from the list of stored connections.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
DWORD dwConnectionID - The ID of the connection that has to be deleted. The ID can be attained by using the GetFTPConnectionByIndex, GetFTPConnectionByName, GetSelectedFTPConnection or the AddFTPConnection functions.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None