FwpsRedirectHandleDestroy0 function (fwpsk.h)

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.

 

Syntax

void FwpsRedirectHandleDestroy0(
  HANDLE redirectHandle
);

Parameters

redirectHandle

The redirect handle being destroyed.

Return value

None

Remarks

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

Requirements

Requirement Value
Minimum supported client Available starting with Windows 8.
Target Platform Universal
Header fwpsk.h (include Fwpsk.h)
Library Fwpkclnt.lib
IRQL PASSIVE_LEVEL

See also

FwpsRedirectHandleCreate0