ResourceDllDeadlockThreshold
[This property is no longer available for use as of Windows Server 2012.]
This property is not supported.
**Windows Server 2008 R2, Windows Server 2008 and Windows Server 2003: **
Specifies the number of deadlock timeouts which must occur within the deadlock timeout period before a deadlocked condition is considered to have occurred.
Attribute | Value |
---|---|
Data type | DWORD |
Access | Read/write |
Structure | CLUSPROP_DWORD |
Minimum | 0 |
Maximum | 0xFFFFFFFF |
Default | 3 |
Examples
The property value portion of a property list entry for ResourceDllDeadlockThreshold can be set with the following example code:
DWORD ResourceDllDeadlockThresholdData = 5;
CLUSPROP_DWORD ResourceDllDeadlockThresholdValue;
ResourceDllDeadlockThresholdValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
ResourceDllDeadlockThresholdValue.cbLength = sizeof(DWORD);
ResourceDllDeadlockThresholdValue.dw = ResourceDllDeadlockThresholdData;
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2003 Enterprise, Windows Server 2003 Datacenter |
End of client support |
None supported |
End of server support |
Windows Server 2008 R2 Enterprise, Windows Server 2008 R2 Datacenter |