EnableResourceDllDeadlockDetection
[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: **
Controls whether the cluster service monitors the entry points to Resource DLLs for access deadlock (a condition that occurs when two processes are each waiting for the other to complete before proceeding).
Attribute | Value |
---|---|
Data type | DWORD |
Access | Read/write |
Structure | CLUSPROP_DWORD |
Minimum | FALSE (0). |
Maximum | TRUE (1). |
Default | FALSE |
Examples
The property value portion of a property list entry for EnableResourceDllDeadlockDetection 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 client support |
None supported |
End of server support |
Windows Server 2008 R2 Enterprise, Windows Server 2008 R2 Datacenter |