QuorumResourceLost

The QuorumResourceLost function is called when control of the quorum resource has been lost.

VOID WINAPI QuorumResourceLost(
  RESOURCE_HANDLE ResourceHandle  
);
 

Parameters

ResourceHandle
[in] Handle identifying the resource to which this callback applies. The value for ResourceHandle should be the handle passed in during the Open call for this resource.

Return Values

None.

Remarks

The QuorumResourceLost function is called by a resource DLL to notify the Resource Monitor that control of the quorum resource has been lost in the Arbitrate entry point function. A pointer to the Resource Monitor's QuorumResourceLost function is passed to a quorum resource DLL in the call to Arbitrate.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in resapi.h.