IFPCChangeTracking::MaxEntries property
Applies to: desktop apps only
The MaxEntries property gets or sets the maximum number of entries that can be included in the change tracking log for the respective array or enterprise.
This property is read/write.
Syntax
HRESULT put_MaxEntries(
long lMaxEntries
);
HRESULT get_MaxEntries(
long *plMaxEntries
);
' Data type: Long
Property MaxEntries( _
ByVal lMaxEntries As long, _
ByVal plMaxEntries As long _
) As Long
Property value
A 32-bit integer that specifies the maximum number of entries that can be included in the change tracking log.
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 1000, and its range of permissible values is from 0 through 99,999.
Note that it is not possible to to set the maximum number of change tracking entries in the enterprise policy applied to an array. All enterprise policies follow the number specified for the overall enterprise.
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