Microsoft Internet Security and Acceleration Server 2004 SDK

LogType Property of IFPCLogEntry[C++]

FPCLogEntry.LogType [Visual Basic]

[C++]

The LogType property gets a value from the FpcLoggingComponents enumerated type that specifies the logging component that created the log entry. The possible components are Web proxy logging, Firewall service logging, and Simple Mail Transfer Protocol (SMTP) Message Screener logging.

HRESULT get_LogType(
  FpcLoggingComponents* pLogType
);

Parameters

pLogType
Pointer to a variable that on return receives a value from the FpcLoggingComponents enumerated type specifying the logging component that created the log entry.

Return Values

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only.

[Visual Basic]

The LogType property gets a value from the FpcLoggingComponents enumerated type that specifies the logging component that created the log entry. The possible components are Web proxy logging, Firewall service logging, and Simple Mail Transfer Protocol (SMTP) Message Screener logging.

Property LogType As FpcLoggingComponents

Property Value

Value from the FpcLoggingComponents enumerated type that specifies the logging component that created the log entry.

Remarks

This property is read-only.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCLogEntry