IFPCLog::LogFilesCompress property
Applies to: desktop apps only
The LogFilesCompress property gets or sets a Boolean value that indicates whether text log files will be compressed.
Note This feature is supported only when logging to partitions formatted using the NTFS file system.
This property is read/write.
Syntax
HRESULT put_LogFilesCompress(
VARIANT_BOOL fCompress
);
HRESULT get_LogFilesCompress(
VARIANT_BOOL *pfCompress
);
' Data type: Boolean
Property LogFilesCompress( _
ByVal fCompress As VARIANT_BOOL, _
ByVal pfCompress As VARIANT_BOOL _
) As Boolean
Property value
A Boolean value that indicates whether text log files will be compressed.
Error codes
These property methods return S_OK if the call is successful; otherwise, they return an error code.
Remarks
This property is read/write. Its default value is False (VARIANT_FALSE in C++).
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
DLL |
Msfpccom.dll |
See also
Build date: 7/12/2010