次の方法で共有


FWPM_FILTER_CHANGE0 (Compact 2013)

3/26/2014

This 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.

Requirements

Header

fwpmu.h

See Also

Reference

WFP Management Structures

Other Resources

Windows Filtering Platform