The Release entry point function releases the quorum resource from arbitration.
DWORD WINAPI Release(
RESID ResourceId
);
Release 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.
Attempt to make your implementation of Release finish in less than 300 milliseconds.
Version: Use Windows NT Server Enterprise Edition 4.0.
Windows CE: Unsupported.
Header: Declared in resapi.h.