FWPM_SUBLAYER_CHANGE0 structure (fwpmtypes.h)

The FWPM_SUBLAYER_CHANGE0 structure specifies a change notification dispatched to subscribers.

Syntax

typedef struct FWPM_SUBLAYER_CHANGE0_ {
  FWPM_CHANGE_TYPE changeType;
  GUID             subLayerKey;
} FWPM_SUBLAYER_CHANGE0;

Members

changeType

Type of change as specified by FWPM_CHANGE_TYPE.

subLayerKey

GUID of the sublayer that changed.

Remarks

FWPM_SUBLAYER_CHANGE0 is a specific implementation of FWPM_SUBLAYER_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