The FpcLogType enumerated type contains values that specify the type of logging.
typedef enum FpcLogType { fpcFile_EXT_Format
Logging to text log files in the World Wide Web Consortium (W3C) extended file format.
= 0, fpcFile_Forefront TMG_Format
Logging to text log files in the Forefront TMG text file format.
= 1, fpcODBC
Logging to an Open Database Connectivity (ODBC)-compliant SQL Server database (deprecated in Forefront TMG).
= 2, fpcMSDE
Logging to a local database.
= 3, fpcIsaDatabaseLog
Logging to a local SQL Server Express database.
= 3, fpcSQLDirectConnection
Logging to a SQL Server database using the Microsoft OLE DB provider.
= 4 } FpcLogType;
Logging to text log files in the World Wide Web Consortium (W3C) extended file format.
Logging to text log files in the Forefront TMG text file format.
Logging to an Open Database Connectivity (ODBC)-compliant SQL Server database (deprecated in Forefront TMG).
Logging to a local database.
Logging to a local SQL Server Express database.
Logging to a SQL Server database using the Microsoft OLE DB provider.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.