次の方法で共有


Driver Management Functions (Compact 2013)

3/26/2014

The semantics of the WFP callout driver management functions are the same whether called from a callout driver or a user-mode application, except that the return type is an NTSTATUS code instead of a Win32 error code. For a description of each of these functions, see Functions Called by Callout Drivers.

Callers of these functions must be running at IRQL = PASSIVE_LEVEL, except for FwpmFreeMemory0. Callers of FwpmFreeMemory0 must be running at IRQL <= DISPATCH_LEVEL.

The WFP callout driver management functions are described as follows:

  • FwpmFilterEnum0
    Returns the next page of results from the filter enumerator

Requirements

Library

fwpuclnt.dll

See Also

Reference

Other WFP Functions Called In Kernel Mode
Functions Called by Callout Drivers
Callout Driver Callout Functions
WFP Callout Driver Functions
Internet Key Exchange Functions
IP Security (IPsec) Functions

Other Resources

FwpmFreeMemory0