PQUORUM_RESOURCE_LOST callback function (resapi.h)
Called when control of the quorum resource has been lost. The PQUORUM_RESOURCE_LOST type defines a pointer to this function.
Syntax
PQUORUM_RESOURCE_LOST PquorumResourceLost;
void PquorumResourceLost(
RESOURCE_HANDLE Resource
)
{...}
Parameters
Resource
Return value
None
Remarks
The QuorumResourceLost callback function is called by a resource DLL to notify the Resource Monitor that control of the quorum resource has been lost after arbitration. A pointer to the Resource Monitor's QuorumResourceLost callback function is passed to a quorum resource DLL in the call to Arbitrate.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
Target Platform | Windows |
Header | resapi.h |