CLUSTER_CHANGE_NETINTERFACE_V2 enumeration (clusapi.h)
Defines the set of notifications that are generated for a cluster network interface.
Syntax
typedef enum CLUSTER_CHANGE_NETINTERFACE_V2 {
CLUSTER_CHANGE_NETINTERFACE_DELETED_V2 = 0x00000001,
CLUSTER_CHANGE_NETINTERFACE_COMMON_PROPERTY_V2 = 0x00000002,
CLUSTER_CHANGE_NETINTERFACE_PRIVATE_PROPERTY_V2 = 0x00000004,
CLUSTER_CHANGE_NETINTERFACE_STATE_V2 = 0x00000008,
CLUSTER_CHANGE_NETINTERFACE_HANDLE_CLOSE_V2 = 0x00000010,
CLUSTER_CHANGE_NETINTERFACE_ALL_V2
} ;
Constants
CLUSTER_CHANGE_NETINTERFACE_DELETED_V2 Value: 0x00000001 Indicates that the cluster network interface has been deleted. |
CLUSTER_CHANGE_NETINTERFACE_COMMON_PROPERTY_V2 Value: 0x00000002 Indicates that the common properties for the cluster interface have changed. |
CLUSTER_CHANGE_NETINTERFACE_PRIVATE_PROPERTY_V2 Value: 0x00000004 Indicates that the private properties for the cluster interface have changed. |
CLUSTER_CHANGE_NETINTERFACE_STATE_V2 Value: 0x00000008 Indicates that the state of the cluster interface has changed. |
CLUSTER_CHANGE_NETINTERFACE_HANDLE_CLOSE_V2 Value: 0x00000010 Indicates that the cluster interface's context handle was closed. |
CLUSTER_CHANGE_NETINTERFACE_ALL_V2 Indicates all V2 network interface notifications. |
Remarks
Protocol version 2.0 servers do not support this enumeration.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 |
Header | clusapi.h |