Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |