CLUSCTL_RESOURCE_ADD_OWNER

The CLUSCTL_RESOURCE_ADD_OWNER control code is used by the Cluster Service to notify a resource DLL that a node is being added as a possible owner of the resource.

Quick Info

Type: Internal
Access: CLUS_ACCESS_WRITE
Input: Null-terminated Unicode string
Output: None
Global: CLUS_NOT_GLOBAL
Modify: CLUS_MODIFY
Code: CLCTL_ADD_OWNER

Notes to Resource DLL Writers

The Cluster Service calls your ResourceControl entry point function with the CLUSCTL_RESOURCE_ADD_OWNER_NODE control code when a node is being added as a possible owner. The InBuffer parameter contains the name of the node being added.