LogFileDirectoryType Property of the IFPCLog Interface

The LogFileDirectoryType property gets or sets a value from the FpcLogFileDirectoryType enumerated type that indicates the type of path specified for the log files.

[C++]
HRESULT put_LogFileDirectoryType(
	FpcLogFileDirectoryType DirectoryType
);
HRESULT get_LogFileDirectoryType(
	FpcLogFileDirectoryType* pDirectoryType
);

Parameters

pDirectoryType

Pointer to a value from the FpcLogFileDirectoryType enumerated type that is set on return to either fpcFullPath, which indicates that full path is specified for the log file directory, or fpcRelativePath, which indicates that the log files are stored in the ISALogs directory under the Forefront TMG installation directory.

DirectoryType

Value from the FpcLogFileDirectoryType enumerated type. The value can be either fpcFullPath, which indicates that the directory of the log files is given as a full path, or fpcRelativePath, which indicates that the directory of the log files is relative to the Forefront TMG installation directory.

If this value is set to fpcRelativePath, the path set in the LogFileDirectory property is ignored.

Return Value

These property methods return S_OK if the call is successful; otherwise, they return an error code.

[Visual Basic]
Property LogFileDirectoryType As FpcLogFileDirectoryType

Property Value

Value from the FpcLogFileDirectoryType enumerated type. The value can be either fpcFullPath, which indicates that the full path is specified for the log file directory, or fpcRelativePath, which indicates that the log files are stored in the ISALogs directory under the Forefront TMG installation directory.

If this value is set to fpcRelativePath, the path set in the LogFileDirectory property is ignored.

Remarks

This property is read/write. Its default value is fpcFullPath, which indicates that the full path is specified for the log file directory.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCLog


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.