Microsoft Internet Security and Acceleration Server 2004 SDK

DirectoryType Property of IFPCLogSummaryConfiguration[C++]

FPCLogSummaryConfiguration.DirectoryType [Visual Basic]

[C++]

The DirectoryType property gets a value from the FpcLogFileDirectoryType enumerated type that specifies whether the path to the directory where the daily and monthly log summaries are stored is a full path, or a path that is relative to the ISA Server installation path.

HRESULT get_DirectoryType(
  FpcLogFileDirectoryType* pDirectoryType
);

Parameters

pDirectoryType
Pointer to a variable that on return receives a value from the FpcLogFileDirectoryType enumerated type specifying the type of path to the directory where the daily and monthly log summaries are stored.

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. It can be set by calling the SetDirectory method.

[Visual Basic]

The DirectoryType property gets a value from the FpcLogFileDirectoryType enumerated type that specifies whether the path to the directory where the daily and monthly log summaries are stored is a full path, or a path that is relative to the ISA Server installation path.

Property DirectoryType As FpcLogFileDirectoryType

Property Value

Value from the FpcLogFileDirectoryType enumerated type that specifies the type of path to the directory where the daily and monthly log summaries are stored.

Remarks

This property is read-only. It can be set by calling the SetDirectory method.

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

FPCLogSummaryConfiguration