// fwpmk.h
NTSTATUS FwpmEngineClose0(
[in, out] HANDLE engineHandle
);
View the official Windows Driver Kit DDI referenceNo description available.
The FwpmEngineClose0 function closes a previously opened session to the filter engine.
engineHandle [in, out]A handle for an open session to the filter engine.
The FwpmEngineClose0 function returns one of the following NTSTATUS codes.
| Return code | Description |
|---|---|
| STATUS_SUCCESS | The session to the filter engine was successfully closed. |
| Other NTSTATUS codes | An error occurred. |
A callout driver calls the FwpmEngineClose0 function to close a session to the filter engine that was previously opened by a call to the FwpmEngineOpen0 function.
FwpmEngineClose0 is a specific version of FwpmEngineClose. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.