The CLUSCTL_RESOURCE_REMOVE_OWNER control code is used by the Cluster Service to notify a resource DLL that a node is being removed as a possible owner of the resource.
Type: | Internal |
Access: | CLUS_ACCESS_WRITE |
Input: | Null-terminated Unicode string |
Output: | None |
Global: | CLUS_NOT_GLOBAL |
Modify: | CLUS_MODIFY |
Code: | CLCTL_REMOVE_OWNER |
The Cluster Service calls a resource DLL's ResourceControl entry point function with the CLUSCTL_RESOURCE_REMOVE_OWNER control code when a node is being removed as a possible owner of the resource. The InBuffer parameter points to the name of the node being removed. Support this control code only if you need to perform any tasks when your possible owner list is altered.