FWPM_PROVIDER_CONTEXT_CHANGE0 structure (fwpmtypes.h)

The FWPM_PROVIDER_CONTEXT_CHANGE0 structure contains a change notification dispatched to subscribers.

Syntax

typedef struct FWPM_PROVIDER_CONTEXT_CHANGE0_ {
  FWPM_CHANGE_TYPE changeType;
  GUID             providerContextKey;
  UINT64           providerContextId;
} FWPM_PROVIDER_CONTEXT_CHANGE0;

Members

changeType

Type of change.

See FWPM_CHANGE_TYPE for more information.

providerContextKey

GUID of the provider context that changed.

providerContextId

LUID of the provider context that changed.

Remarks

FWPM_PROVIDER_CONTEXT_CHANGE0 is a specific implementation of FWPM_PROVIDER_CONTEXT_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