FWPS_CALLOUT_NOTIFY_FN0 (3 Parameters) function [Filtering]
The FWPS_CALLOUT_NOTIFY_FN0 function provides a user definable callout notify procedure.
NTSTATUS FWPS_CALLOUT_NOTIFY_FN0(
FWPS_CALLOUT_NOTIFY_TYPE notifyType,
const GUID* filterKey,
FWPS_FILTER0* filter
);
Parameters
- notifyType
[in] Specifies the type of notification. See FWPS_CALLOUT_NOTIFY_TYPE for more informiation. - filterKey
[in] Pointer to filter key. - filter
[in, out] Pointer to filter data specified by FWPS_FILTER0.
Remarks
Notifies the callout that a filter invoking it has been added or deleted.
Requirements
| Client | Requires Windows Vista. |
| Server | Requires Windows Server "Longhorn". |
| Header | Declared in Fwpsu.h. |
| DLL | Requires Fwpuclnt.dll. |
See Also
Windows Filtering Platform API Reference
Windows Filtering Platform API Functions
Management Functions