IsFTPLogging

 

Returns TRUE if Logging is turned on for the FTP connection identified by iConnectionID, FALSE otherwise. The log file name can be retrieved by the GetFTPLogFile method.

 

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

 

Input value pDevMode:

Handle to the BlackIceDEVMODE.

 

Input value iConnectionID:

The ID of the connection. The ID can be attained by using the GetFTPConnectionByIndex, GetFTPConnectionByName, GetSelectedFTPConnection or the AddFTPConnection methods.

 

Return value:

True if Logging is turned on, False otherwise.

 

 

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