FWPM_FILTER_CHANGE0 structure (fwpmtypes.h)

The FWPM_FILTER_CHANGE0 structure stores change notification dispatched to subscribers.

Syntax

typedef struct FWPM_FILTER_CHANGE0_ {
  FWPM_CHANGE_TYPE changeType;
  GUID             filterKey;
  UINT64           filterId;
} FWPM_FILTER_CHANGE0;

Members

changeType

A FWPM_CHANGE_TYPE value that specifies the type of change notification to be dispatched.

filterKey

GUID of the filter that changed.

filterId

LUID of the filter that changed.

Remarks

FWPM_FILTER_CHANGE0 is a specific implementation of FWPM_FILTER_CHANGE. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header fwpmtypes.h

See also

FWPM_CHANGE_TYPE

Windows Filtering Platform API Structures