Partilhar via


Funções de gestão do modo de utilizador do 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

A versão de modo kernel de cada função é definida em fwpmk.h. A versão de modo de usuário de cada função é definida em 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

Gerenciamento de objetos de conexão

Event Management

Filter Management

Layer Management

Gerenciamento de contexto do provedor

Provider Management

Session Management

Sublayer Management

Transaction Management

vSwitch Management