다음을 통해 공유


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