<div class="content"><p align="right"><a href="https://msdn.microsoft.com/en-us/library/95b267da-b5d7-4788-acd0-1a0815579e61" data-linktype="external">msdn link</a></p><p>The <b>CLUSTER_CHANGE_RESOURCE_V2</b> enumeration defines
the list of notifications that are generated for a resource. ClusAPI Protocol
version 2.0 servers do not support this value.<a id="Appendix_A_Target_11"></a><a aria-label="Product behavior note 11" href="1d58eff8-a042-478c-972c-8e9c76a3f978#Appendix_A_11" data-linktype="relative-path">&lt;11&gt;</a> These
notifications are available only with <b>ApiGetNotifyV2</b> (section <a href="491227be-d055-4140-8b85-35cf29f31166" data-linktype="relative-path">3.1.4.2.138</a>). The object
type is CLUSTER_OBJECT_TYPE_RESOURCE.</p><dl>
<dd>
<div><pre> typedef  enum 
 {
   CLUSTER_CHANGE_RESOURCE_COMMON_PROPERTY_V2 = 0x00000001,
   CLUSTER_CHANGE_RESOURCE_PRIVATE_PROPERTY_V2 = 0x00000002,
   CLUSTER_CHANGE_RESOURCE_STATE_V2 = 0x00000004,
   CLUSTER_CHANGE_RESOURCE_OWNER_GROUP_V2 = 0x00000008,
   CLUSTER_CHANGE_RESOURCE_DEPENDENCIES_V2 = 0x00000010,
   CLUSTER_CHANGE_RESOURCE_DEPENDENTS_V2 = 0x00000020,
   CLUSTER_CHANGE_RESOURCE_POSSIBLE_OWNERS_V2 = 0x00000040,
   CLUSTER_CHANGE_RESOURCE_DELETED_V2 = 0x00000080,
   CLUSTER_CHANGE_RESOURCE_DLL_UPGRADED_V2 = 0x00000100,
   CLUSTER_CHANGE_RESOURCE_HANDLE_CLOSE_V2 = 0x00000200
 } CLUSTER_CHANGE_RESOURCE_V2;
</pre></div>
</dd></dl><p><b>CLUSTER_CHANGE_RESOURCE_COMMON_PROPERTY_V2: </b>This
notification indicates that the resource&#39;s common properties have changed.</p><p><b>CLUSTER_CHANGE_RESOURCE_PRIVATE_PROPERTY_V2: </b>This
notification indicates that the resource&#39;s private properties have changed. </p><p><b>CLUSTER_CHANGE_RESOURCE_STATE_V2: </b>This
notification indicates that the state of the resource has changed. </p><p><b>CLUSTER_CHANGE_RESOURCE_OWNER_GROUP_V2: </b>This
notification indicates that the owner group of the resource has changed.</p><p><b>CLUSTER_CHANGE_RESOURCE_DEPENDENCIES_V2: </b>This
notification indicates that the resource&#39;s dependencies have changed.</p><p><b>CLUSTER_CHANGE_RESOURCE_DEPENDENTS_V2: </b>This
notification indicates that the resource&#39;s dependents have changed.</p><p><b>CLUSTER_CHANGE_RESOURCE_POSSIBLE_OWNERS_V2: </b>This
notification indicates that the resource&#39;s possible owner nodes have changed.</p><p><b>CLUSTER_CHANGE_RESOURCE_DELETED_V2: </b>This
notification indicates that the resource has been deleted.</p><p><b>CLUSTER_CHANGE_RESOURCE_DLL_UPGRADED_V2: </b>This
notification indicates that the resource&#39;s DLL has been upgraded.</p><p><b>CLUSTER_CHANGE_RESOURCE_HANDLE_CLOSE_V2: </b>For
details of this notification, see section <a href="2f7e3a15-1ca9-4e9e-9560-2eee1a62de88" data-linktype="relative-path">3.2.4.7</a>.</p></div>