IsFTPLogging

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsFTPLogging (BlackIceDEVMODE* pDevMode, DWORD dwConnectionID);

Description

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

Parameters

BlackIceDEVMODE* pDevMode

Pointer to the BlackIceDEVMODE structure.

 

DWORD dwConnectionID

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

 

Return value

TRUE if Logging is turned on, FALSE otherwise.

Programming Notes

None

Code Example

None