Microsoft Internet Security and Acceleration Server 2004 SDK

LogFileDirectory Property of IFPCLog[C++]

FPCLog.LogFileDirectory [Visual Basic]

[C++]

The LogFileDirectory property gets or sets the full path of the directory containing the text log files.

HRESULT get_LogFileDirectory(
  BSTR* pbstrDirectory
);

HRESULT put_LogFileDirectory(
  BSTR bstrDirectory
);

Parameters

pbstrDirectory
Pointer to a BSTR that is set on return to a string value specifying the full path of the directory containing the text log files.
bstrDirectory
BSTR that specifies the full path of the directory containing the text log files.

Return Values

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

Remarks

This property is read/write.

Note that this property is used only if the LogFileDirectoryType property is set to the fpcFullPath value from the FpcLogFileDirectoryType enumerated type. Otherwise, the files are stored in the ServerLogs directory under the ISA Server installation directory.

[Visual Basic]

The LogFileDirectory property gets or sets the full path of the directory containing the text log files.

Property LogFileDirectory As String

Property Value

String that specifies the full path of the directory containing the text log files.

Remarks

This property is read/write.

Note that this property is used only if the LogFileDirectoryType property is set to the fpcFullPath value from the FpcLogFileDirectoryType enumerated type. Otherwise, the files are stored in the ServerLogs directory under the ISA Server installation directory.

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

FPCLog