FWPS_CALLOUT_BOOTTIME_CALLOUT_DELETE_NOTIFY_FN0(UINT32) function [Filtering]

The FWPS_CALLOUT_BOOTTIME_CALLOUT_DELETE_NOTIFY_FN0 function notifies the callout that a boottime callout has been removed.

void WINAPI FWPS_CALLOUT_BOOTTIME_CALLOUT_DELETE_NOTIFY_FN0(
  UINT32 calloutId
);

Parameters

  • calloutId
    [in] The run-time identifier that identifies the callout functions in the filter engine. This is the same identifier that was received from the filter engine when the application called the FwpmCalloutAdd0 function to add the callout functions to the filter engine.

Return Value

This function does not return a value.

Requirements

Client Requires Windows Vista.
Server Requires Windows Server "Longhorn".
Header

Declared in Fwpsu.h.

DLL Requires Fwpuclnt.dll.