DeleteFTPConnection

 

Deletes a connection from the list of stored connections.

 

DeleteFTPConnection (pDevMode As Long, iConnectionID As Integer) As Boolean

 

Input value pDevMode:    - handle to the BlackIceDEVMODE.

Input value iConnectionID           - The ID of the connection that has to be deleted. The ID can be attained by using the GetFTPConnectionByIndex, GetFTPConnectionByName, GetSelectedFTPConnection or the AddFTPConnection methods.

Return value                                    - True on success, otherwise False.

 

NOTE: For 32-bit applications, use pDevMode as Integer, instead of Long.