FwpsRedirectHandleDestroy0 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// fwpsk.h

void FwpsRedirectHandleDestroy0(
  HANDLE redirectHandle
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-fwpsk-fwpsredirecthandledestroy0)

FwpsRedirectHandleDestroy0 function

Description

The FwpsRedirectHandleDestroy0 function destroys a redirect handle that was previously created by calling the FwpsRedirectHandleCreate0 function.

Note FwpsRedirectHandleDestroy0 is a specific version of FwpsRedirectHandleDestroy. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

Parameters

redirectHandle

The redirect handle being destroyed.

Remarks

A callout driver calls the FwpsRedirectHandleDestroy0 function to destroy a redirect handle that the callout driver previously created by calling the FwpsRedirectHandleCreate0 function.

See also

FwpsRedirectHandleCreate0