EnableEventDeltaGeneration
[This property is available for use only in Windows Server 2003.]
Controls whether a time delta event is logged when a set of event log entries are replicated to nodes across the entire cluster.
Attribute | Value |
---|---|
Data type |
DWORD |
Access |
Read/write |
Structure |
CLUSPROP_DWORD |
Minimum |
FALSE (0). Do not generate a time delta log when event log entries are replicated. |
Maximum |
TRUE (1). Generate a time delta log when event log entries are replicated. |
Default |
TRUE |
Remarks
When a set of events in the event log are replicated across nodes in the cluster, the EnableEventDeltaGeneration property controls whether a time delta event is added to the event log during replication to indicate the time difference between the nodes in the cluster.
Examples
The property value portion of a property list entry for EnableEventDeltaGeneration can be set with the following example code.
CLUSPROP_DWORD PropertyValue;
PropertyValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
PropertyValue.cbLength = sizeof(DWORD);
PropertyValue.dw = FALSE;
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 Enterprise, Windows Server 2003 Datacenter |
End of server support |
Windows Server 2003 Datacenter, Windows Server 2003 Enterprise |