NOTIFY_FILTER_AND_TYPE structure (clusapi.h)

Represents a filter for a notification port that was created by the CreateClusterNotifyPortV2 function. A filter specifies that a notification port accept notifications for the specified type of cluster object during the specified event.

Syntax

typedef struct _NOTIFY_FILTER_AND_TYPE {
  DWORD    dwObjectType;
  LONGLONG FilterFlags;
} NOTIFY_FILTER_AND_TYPE, *PNOTIFY_FILTER_AND_TYPE;

Members

dwObjectType

A CLUSTER_OBJECT_TYPE enumeration value that specifies the cluster object type for the filter.

FilterFlags

A CLUSTER_CHANGE_CLUSTER_V2 enumeration value that specifies the type for the filter.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2012
Header clusapi.h

See also

Utility Structures