ResourceDllDeadlockPeriod
[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 overall time period (in seconds) used to determine if a resource access deadlock condition has occurred.
Attribute | Value |
---|---|
Data type | DWORD |
Access | Read/write |
Structure | CLUSPROP_DWORD |
Minimum | 180 |
Maximum | 0xFFFFFFFF |
Default | 1800 |
Remarks
The ResourceDllDeadlockPeriod property value is specified in seconds.
Examples
The property value portion of a property list entry for ResourceDllDeadlockPeriod can be set with the following example code:
DWORD ResourceDllDeadlockPeriodData = 4000;
CLUSPROP_DWORD ResourceDllDeadlockPeriodValue;
ResourceDllDeadlockPeriodValue.Syntax.dw = CLUSPROP_SYNTAX_LIST_VALUE_DWORD;
ResourceDllDeadlockPeriodValue.cbLength = sizeof(DWORD);
ResourceDllDeadlockPeriodValue.dw = ResourceDllDeadlockPeriodData;
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 |