FWPS_CALLOUT_BOOTTIME_CALLOUT_DELETE_NOTIFY_FN0 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fwpsk.h

FWPS_CALLOUT_BOOTTIME_CALLOUT_DELETE_NOTIFY_FN0 FwpsCalloutBoottimeCalloutDeleteNotifyFn0;

void FwpsCalloutBoottimeCalloutDeleteNotifyFn0(
  UINT32 calloutId
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-fwpsk-fwps_callout_boottime_callout_delete_notify_fn0)

Description

The filter engine calls a callout's FWPS_CALLOUT_BOOTTIME_CALLOUT_DELETE_NOTIFY_FN0 function when the boottime callout has been removed.

Parameters

calloutId

The ID of the boottime callout.

Remarks

See also