FWPM_PROVIDER_CHANGE0 structure (fwpmtypes.h)

The FWPM_PROVIDER_CHANGE0 structure specifies a change notification dispatched to subscribers.

Syntax

typedef struct FWPM_PROVIDER_CHANGE0_ {
  FWPM_CHANGE_TYPE changeType;
  GUID             providerKey;
} FWPM_PROVIDER_CHANGE0;

Members

changeType

Type of change.

See FWPM_CHANGE_TYPE for more information.

providerKey

GUID of the provider that changed.

Remarks

FWPM_PROVIDER_CHANGE0 is a specific implementation of FWPM_PROVIDER_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