// fwpsk.h
void FwpsRedirectHandleDestroy0(
HANDLE redirectHandle
);
View the official Windows Driver Kit DDI reference
No description available.
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.
redirectHandle
The redirect handle being destroyed.
A callout driver calls the FwpsRedirectHandleDestroy0 function to destroy a redirect handle that the callout driver previously created by calling the FwpsRedirectHandleCreate0 function.