Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The filter engine calls a callout's FWPS_CALLOUT_BOOTTIME_CALLOUT_DELETE_NOTIFY_FN0 function when the boottime callout has been removed.
Syntax
FWPS_CALLOUT_BOOTTIME_CALLOUT_DELETE_NOTIFY_FN0 FwpsCalloutBoottimeCalloutDeleteNotifyFn0;
void FwpsCalloutBoottimeCalloutDeleteNotifyFn0(
UINT32 calloutId
)
{...}
Parameters
calloutId
The ID of the boottime callout.
Return value
None
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available starting with Windows Vista. |
| Header | fwpsk.h |
| IRQL | <= DISPATCH_LEVEL |