// fwpsk.h
FWPS_CALLOUT_BOOTTIME_CALLOUT_DELETE_NOTIFY_FN0 FwpsCalloutBoottimeCalloutDeleteNotifyFn0;
void FwpsCalloutBoottimeCalloutDeleteNotifyFn0(
UINT32 calloutId
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The filter engine calls a callout's FWPS_CALLOUT_BOOTTIME_CALLOUT_DELETE_NOTIFY_FN0 function when the boottime callout has been removed.
calloutIdThe ID of the boottime callout.