共用方式為


WFP 使用者模式管理功能

The semantics of the Windows Filtering Platform user-mode management functions are exactly the same when called from a callout driver as when called from a user-mode application, except that the return type is an NTSTATUS code instead of a Win32 error code.

These functions are documented in the Management Functions section of the user-mode WFP Functions documentation.

Note

每個函式的核心模式版本定義於 fwpmk.h 中。 每個函式的使用者模式版本定義於 fwpmu.h 中。

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

Callout Management

連接物件管理

Event Management

Filter Management

Layer Management

提供者上下文管理

Provider Management

Session Management

Sublayer Management

Transaction Management

vSwitch Management