Share via


FWPM_FILTER_CHANGE_CALLBACK0 (Compact 2013)

3/26/2014

This function is used to add custom behavior to the filter change notification process.

Syntax

typedef void ( CALLBACK *FWPM_FILTER_CHANGE_CALLBACK0 )(
  __in  void* context,
  __in  const FWPM_FILTER_CHANGE0* change
);

Parameters

  • change
    Pointer to a FWPM_FILTER_CHANGE0 structure containing the change notification information.

Return Value

This function pointer does not return a value.

Remarks

Call FwpmFilterSubscribeChanges0 to register this callback function.

Requirements

Header

fwpmu.h

Library

fwpuclnt.dll

See Also

Reference

WFP Filter Management
FwpmFilterSubscribeChanges0

Other Resources

Windows Filtering Platform