Release callback function
Releases the quorum resource from arbitration. The PCLOSE_ROUTINE type defines a pointer to this function.
Syntax
DWORD WINAPI Release(
_In_ RESID Resource
);
typedef DWORD (WINAPI *PCLOSE_ROUTINE)(
_In_ RESID Resource
);
Parameters
- Resource [in]
-
Resource identifier for the quorum resource to be released.
Return value
| Return code/value | Description |
|---|---|
|
The quorum resource was successfully released and is no longer being defended. |
|
The quorum resource was not successfully released. |
Remarks
The Release entry-point function is implemented for quorum resources only. A quorum resource might have to be released when the Cluster service is shut down or when the quorum resource has to be physically moved to a different node in the cluster.
Note All disk resources must explicitly call their own Release in their implementation of the Offline callback, since one is not made by the Cluster service Resource Monitor.
Requirements
|
Minimum supported client | None supported [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server Advanced Server, Windows 2000 Server Datacenter [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012